Skip to content

Commit

Permalink
Check tests with shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Jun 4, 2021
1 parent 5dc9a98 commit 0f4eb40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ jobs:
submodules: 'recursive'
- name: Install shellcheck
run: sudo apt-get install -y shellcheck
- name: shellcheck
- name: shellcheck backup.sh
run: shellcheck backup.sh
- name: shellcheck test.sh
run: shellcheck test/test.sh
release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 0f4eb40

Please sign in to comment.