Skip to content

Commit 006a0a9

Browse files
committed
Exclude transcrypt_bashlib.sh from shfmt linting checks
1 parent db11390 commit 006a0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run shellcheck and shfmt
2121
uses: luizm/action-sh-checker@master
2222
with:
23-
sh_checker_exclude: "tests example"
23+
sh_checker_exclude: "tests example transcrypt_bashlib.sh"
2424
sh_checker_comment: true
2525

2626
test:

0 commit comments

Comments
 (0)