There was an error while loading. Please reload this page.
1 parent 0b4308a commit e56db78Copy full SHA for e56db78
2 files changed
.github/workflows/shellcheck.yml
@@ -11,4 +11,6 @@ jobs:
11
steps:
12
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13
- name: Run shellcheck
14
- run: shellcheck cc.sh
+ run: shellcheck cc.sh test/run.sh
15
+ - name: Run tests
16
+ run: sh test/run.sh
0 commit comments