SHELLCHECK_OPTS: -e SC2086
This commit is contained in:
parent
ee1fcabb21
commit
005dbea6be
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -15,3 +15,5 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
env:
|
||||
SHELLCHECK_OPTS: -e SC2086
|
||||
|
|
Loading…
Reference in a new issue