Add shellcheck to CI lint job

This commit is contained in:
Claudio Ortolina
2026-04-12 12:33:02 +01:00
parent 4a8af7be39
commit ae262352c6
+4
View File
@@ -76,6 +76,10 @@ jobs:
run: mix credo --strict run: mix credo --strict
- name: 👮 Run Sobelow - name: 👮 Run Sobelow
run: mix sobelow run: mix sobelow
- name: 🐚 Run Shellcheck
run: |
fd . 'scripts/' --exclude '*.hurl' -t file --exec shellcheck --color
fd . '.claude/hooks' -t file --exec shellcheck --color
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest