ci: add shellcheck step
This commit is contained in:
parent
d1c00f9455
commit
76f674d63b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user