ci: add shellcheck step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user