Skip to content

Commit

Permalink
Make CI run shellcheck on all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoguim committed Mar 11, 2023
1 parent 8adc31e commit 3710a70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
pull_request:
push:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: shellcheck tests/*.sh
nix:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3710a70

Please sign in to comment.