Skip to content

Commit

Permalink
Disable shellcheck in Actionlint as it gets duplicated in Octoscan.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 16, 2024
1 parent 02d49e2 commit 7a00926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run actionlint
uses: docker://rhysd/actionlint:1.7.4
with:
args: "-color -verbose"
args: "-color -verbose -shellcheck="

octoscan:
name: Octoscan
Expand Down

0 comments on commit 7a00926

Please sign in to comment.