update shellcheck workflow

This commit is contained in:
Mason Rowe
2024-12-20 01:24:04 -05:00
committed by GitHub
parent 03cff7b28c
commit e0c38bb933

View File

@@ -15,5 +15,5 @@ jobs:
- name: Run ShellCheck ✅ - name: Run ShellCheck ✅
uses: ludeeus/action-shellcheck@2.0.0 uses: ludeeus/action-shellcheck@2.0.0
with: env:
args: '--disable=SC1091' SHELLCHECK_OPTS: -e SC1091