Skip to content

Commit

Permalink
Add shellcheck lint to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Babenia <anatoli@rainforce.org>
  • Loading branch information
abitrolly committed Jul 17, 2024
1 parent 0dfa3bb commit 760f356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
args: --verbose
- name: yamllint-lint
run: yamllint .
- name: shellcheck
run: shellcheck $(find . -name '*.sh')

test-unit:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 760f356

Please sign in to comment.