Update check.yml

This commit is contained in:
Kroese 2023-04-22 18:18:56 +02:00 committed by GitHub
parent f1504000d4
commit 22228aed89

View file

@ -11,4 +11,4 @@ jobs:
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x -e SC2002 -e SC2223 -e SC2034 -e SC2064
SHELLCHECK_OPTS: -x -e SC2001 -e SC2002 -e SC2223 -e SC2034 -e SC2064