Update test.yml
This commit is contained in:
parent
ccd0a3fab8
commit
4fa13e346b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -16,4 +16,5 @@ jobs:
|
||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
uses: ludeeus/action-shellcheck@master
|
uses: ludeeus/action-shellcheck@master
|
||||||
env:
|
env:
|
||||||
SHELLCHECK_OPTS: -e SC2001 -e SC2002
|
SHELLCHECK_OPTS: -e SC2001 -e SC2002 -e SC2116 -e SC2034
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue