build: Ignore missing files (#221)

This commit is contained in:
Kroese 2025-03-20 02:51:14 +01:00 committed by GitHub
parent ad2458ea42
commit 61a0db36b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x --source-path=src -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153
SHELLCHECK_OPTS: -x --source-path=src -e SC1091 -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153
-
name: Lint Dockerfile
uses: hadolint/hadolint-action@v3.1.0