Skip to content

Commit f4bfa5c

Browse files
authored
add tests (#6)
Signed-off-by: Harmen Stoppels <me@harmenstoppels.nl>
1 parent 0b4308a commit f4bfa5c

2 files changed

Lines changed: 1050 additions & 1 deletion

File tree

.github/workflows/shellcheck.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Run shellcheck
14-
run: shellcheck cc.sh
14+
run: shellcheck cc.sh test/run.sh
15+
- name: Run tests
16+
run: sh test/run.sh

0 commit comments

Comments
 (0)