From e0c38bb9332d852f6937361a0e8efc00bfc06056 Mon Sep 17 00:00:00 2001 From: Mason Rowe Date: Fri, 20 Dec 2024 01:24:04 -0500 Subject: [PATCH] update shellcheck workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58f66ef..7e7c68a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,5 +15,5 @@ jobs: - name: Run ShellCheck ✅ uses: ludeeus/action-shellcheck@2.0.0 - with: - args: '--disable=SC1091' + env: + SHELLCHECK_OPTS: -e SC1091