From 70ce49c266128cb70f0f3d126e357122010da781 Mon Sep 17 00:00:00 2001 From: Mason Rowe Date: Fri, 20 Dec 2024 01:18:03 -0500 Subject: [PATCH] update shellcheck workflow to ignore external scripts --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28410c1..58f66ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,3 +15,5 @@ jobs: - name: Run ShellCheck ✅ uses: ludeeus/action-shellcheck@2.0.0 + with: + args: '--disable=SC1091'