Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix shellcheck workflow
  • Loading branch information
Yoann Chaudet committed Dec 28, 2022
1 parent 4ad87e1 commit a32bfc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/shellcheck.yml
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
paths:
- '**.sh'
# this is too wide but will cover shell scripts without an extension in that folder
- 'bin/*'

jobs:
shellcheck:
Expand Down

0 comments on commit a32bfc5

Please sign in to comment.