From bc122a2c9c944638f3506982c699fb76fcebb0b3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 26 Apr 2023 20:40:27 +0200 Subject: [PATCH] Shellcheck --- .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 af3b086..0f67f1f 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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