There was an error while loading. Please reload this page.
1 parent 735668c commit 7d3da11Copy full SHA for 7d3da11
1 file changed
.github/workflows/shellcheck.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13
- name: Run shellcheck
14
- run: shellcheck cc.sh test/run.sh test/test_list_ops.sh
+ run: shellcheck cc.sh test/*.sh benchmark/*.sh
15
- name: Run tests
16
run: |
17
sh test/run.sh
0 commit comments