Skip to content

Commit e5c0f86

Browse files
ci: Include all shell scripts in subdirectories (#5273)
1 parent 9f647f7 commit e5c0f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-shellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99
- main
1010
paths:
1111
- ".github/workflows/lint-shellcheck.yml"
12-
- "*.sh"
12+
- "**/*.sh"
1313

1414
pull_request:
1515
paths:
1616
- ".github/workflows/lint-shellcheck.yml"
17-
- "*.sh"
17+
- "**/*.sh"
1818

1919
jobs:
2020
shellcheck:

0 commit comments

Comments
 (0)