Shellcheck

This commit is contained in:
Kroese 2023-04-26 20:40:27 +02:00 committed by GitHub
parent b873fcb02c
commit bc122a2c9c

View File

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