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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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