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:
committed by
Null Pointer Nancy [agent]
parent
1fdf54e49f
commit
76c4fd9c8b
@@ -30,7 +30,7 @@ jobs:
|
|||||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||||
|
|
||||||
- name: Validate workflow YAML with actionlint
|
- name: Validate workflow YAML with actionlint
|
||||||
run: actionlint -no-shellcheck -color .github/workflows/*.yaml
|
run: actionlint -shellcheck="" -color .github/workflows/*.yaml
|
||||||
|
|
||||||
- name: Install shellcheck
|
- name: Install shellcheck
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user