Skip to content

Commit

Permalink
prevent shellcheck to run on GitHub Action check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Aug 24, 2023
1 parent 167b17a commit 6b28bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
shell: bash

- name: Check Workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
run: ${{ steps.get_actionlint.outputs.executable }} -color -shellcheck=
shell: bash

0 comments on commit 6b28bb2

Please sign in to comment.