ci: add shellcheck step
This commit is contained in:
parent
d1c00f9455
commit
76f674d63b
@ -79,6 +79,9 @@ jobs:
|
|||||||
- name: lint
|
- name: lint
|
||||||
run: golangci-lint run
|
run: golangci-lint run
|
||||||
|
|
||||||
|
- name: lint shell
|
||||||
|
run: find ops/ -name "*.sh" | xargs shellcheck
|
||||||
|
|
||||||
- name: Run sqlite_lint integration test
|
- name: Run sqlite_lint integration test
|
||||||
run: |
|
run: |
|
||||||
ls -lah ops/sqlite_lint_test.sh
|
ls -lah ops/sqlite_lint_test.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user