Skip to content

Commit db11390

Browse files
committed
Fix multi-directory exclusions for shfmt linting (hopefully)
1 parent ed212b9 commit db11390

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-bats-core-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
- name: Run shellcheck and shfmt
2121
uses: luizm/action-sh-checker@master
2222
with:
23-
sh_checker_exclude:
24-
- tests
25-
- example
23+
sh_checker_exclude: "tests example"
2624
sh_checker_comment: true
2725

2826
test:

0 commit comments

Comments
 (0)