Update check.yml

This commit is contained in:
Kroese 2023-04-21 07:06:04 +02:00 committed by GitHub
parent 50b11515c3
commit 4fe488e913

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
SHELLCHECK_OPTS: -x -e SC2002 -e SC2223 -e SC2034 -e SC2064