As an experiment, try using sqlite lint action

This commit is contained in:
Alessio 2024-11-17 19:41:24 -08:00
parent 5c58c111ac
commit 05f4549355

View File

@ -27,8 +27,7 @@ jobs:
run: golangci-lint run
- name: Validate SQL schema
run: |
sqlite3 whatever.db < pkg/db/schema.sql
uses: playfulpachyderm/sqlite-lint@v0.0.1
- name: Run tests
run: |