diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index feebdff6..9f989935 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -76,6 +76,10 @@ jobs: run: mix credo --strict - name: 👮 Run 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: runs-on: ubuntu-latest