Skip to content

Commit

Permalink
Run Actionlint without shellcheck in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Aug 3, 2024
1 parent 1465d7f commit 02d5905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
curl -sSL https://github.com/rhysd/actionlint/releases/download/v1.7.1/actionlint_1.7.1_linux_amd64.tar.gz | tar -xz -C /usr/local/bin
- name: Run Actionlint
run: actionlint
run: actionlint -shellcheck "" # run *without* shellcheck

0 comments on commit 02d5905

Please sign in to comment.