Skip to content

Commit

Permalink
add ci shellcheck test
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Feb 22, 2024
1 parent 74b9650 commit bb77aa5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ jobs:
- name: Run setup approval tests
run: test/approve_setup

shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run shellcheck tests
run: shellcheck setup fuzzycd && echo PASS

0 comments on commit bb77aa5

Please sign in to comment.