From 674e94ab74b0076175355284e52b655d6440c1fd Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Mar 2025 02:51:03 +0100 Subject: [PATCH] build: Ignore missing files --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5a1ae98..9aa4094 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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