update shellcheck workflow to ignore external scripts

This commit is contained in:
Mason Rowe 2024-12-20 01:18:03 -05:00 committed by GitHub
parent fba9a030e2
commit 70ce49c266
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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