Skip to content

Commit 0f4eb40

Browse files
committed
Check tests with shellcheck
1 parent 5dc9a98 commit 0f4eb40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ jobs:
5656
submodules: 'recursive'
5757
- name: Install shellcheck
5858
run: sudo apt-get install -y shellcheck
59-
- name: shellcheck
59+
- name: shellcheck backup.sh
6060
run: shellcheck backup.sh
61+
- name: shellcheck test.sh
62+
run: shellcheck test/test.sh
6163
release:
6264
runs-on: ubuntu-latest
6365
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)