fix(CI): use -shellcheck="" to disable shellcheck in actionlint (PRI-1593)

-no-shellcheck is not a valid flag; -shellcheck="" disables shellcheck integration.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-16 22:09:24 +00:00
committed by Null Pointer Nancy [agent]
parent 1fdf54e49f
commit 76c4fd9c8b
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Validate workflow YAML with actionlint
run: actionlint -no-shellcheck -color .github/workflows/*.yaml
run: actionlint -shellcheck="" -color .github/workflows/*.yaml
- name: Install shellcheck
run: |