Skip to content

Commit

Permalink
Silence one shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Jan 28, 2024
1 parent 3558837 commit f682997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
- name: Check workflow files
shell: bash
run: |
# shellcheck disable=SC2046
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color $(find .github/workflows -name '*.yml' -type f ! -name release.yml -print)

0 comments on commit f682997

Please sign in to comment.