Skip to content

Commit

Permalink
feat: disable shellcheck again
Browse files Browse the repository at this point in the history
This triggers a lot of errors in the `run:` steps, but this does not run reliably for all files, making the results unreliably. Also, some of reported errors are false positives, caused by how actionlint invokes shellcheck on the commands.
  • Loading branch information
tyrann0us committed Sep 12, 2024
1 parent 5b4c023 commit a022c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Run actionlint
uses: docker://rhysd/actionlint:latest
with:
args: -color -pyflakes=
args: -color -pyflakes= -shellcheck=

0 comments on commit a022c0e

Please sign in to comment.