Skip to content

Commit

Permalink
Shellcheck testkomodo.sh in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Oct 2, 2024
1 parent bbefe71 commit ad8bfc4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ jobs:
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
- name: Download shellcheck
id: get_shellcheck
run: |
sudo apt-get update
sudo apt-get install shellcheck
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash
- name: Check testkomodo.sh
run: shellcheck -s bash ci/testkomodo.sh
shell: bash

0 comments on commit ad8bfc4

Please sign in to comment.