Skip to content

Commit

Permalink
Fix broken lint action (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlk authored Dec 23, 2024
1 parent 10e65e9 commit 9f1a140
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install ShellCheck
run: sudo apt-get install -y shellcheck

- name: Run ShellCheck
run: shellcheck **/*.sh
uses: ludeeus/action-shellcheck@master
with:
severity: error
scandir: './src'

0 comments on commit 9f1a140

Please sign in to comment.