fix: substituido _ po - no nome script ram e disk
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
name: ShellCheck
|
||||
name: ShellCheck CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, feature/* ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
with:
|
||||
severity: warning
|
||||
ignore_paths: logs
|
||||
|
||||
Reference in New Issue
Block a user