Skip to content

Commit 2e54e35

Browse files
committed
workflows: shellcheck: Only run on *.sh
Signed-off-by: Loïc Minier <[email protected]>
1 parent 44ea742 commit 2e54e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Run ShellCheck
34-
run: shellcheck scripts/*
34+
run: shellcheck scripts/*.sh
3535

0 commit comments

Comments
 (0)