Skip to content

Commit cf3a1fb

Browse files
committed
more shellcheck
Signed-off-by: Harmen Stoppels <me@harmenstoppels.nl>
1 parent bb81a31 commit cf3a1fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Run shellcheck
14-
run: shellcheck cc.sh test/run.sh test/test_list_ops.sh
14+
run: shellcheck cc.sh test/*.sh benchmark/*.sh
1515
- name: Run tests
1616
run: |
1717
sh test/run.sh

0 commit comments

Comments
 (0)