Add shellcheck to CI lint job
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user