Skip to content

Commit a32bfc5

Browse files
committed
fix shellcheck workflow
1 parent 4ad87e1 commit a32bfc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
paths:
66
- '**.sh'
7+
# this is too wide but will cover shell scripts without an extension in that folder
8+
- 'bin/*'
79

810
jobs:
911
shellcheck:

0 commit comments

Comments
 (0)