ci: add shellcheck step
Some checks failed
CI / build-docker (push) Successful in 5s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Failing after 10s

This commit is contained in:
wispem-wantex 2025-11-08 23:56:31 -08:00
parent d1c00f9455
commit 76f674d63b

View File

@ -79,6 +79,9 @@ jobs:
- name: lint
run: golangci-lint run
- name: lint shell
run: find ops/ -name "*.sh" | xargs shellcheck
- name: Run sqlite_lint integration test
run: |
ls -lah ops/sqlite_lint_test.sh