As an experiment, try using sqlite lint action
This commit is contained in:
parent
5c58c111ac
commit
05f4549355
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -27,8 +27,7 @@ jobs:
|
|||||||
run: golangci-lint run
|
run: golangci-lint run
|
||||||
|
|
||||||
- name: Validate SQL schema
|
- name: Validate SQL schema
|
||||||
run: |
|
uses: playfulpachyderm/sqlite-lint@v0.0.1
|
||||||
sqlite3 whatever.db < pkg/db/schema.sql
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user