Add required input 'schema-file' to the sqlite-lint action
This commit is contained in:
parent
05f4549355
commit
6fd90457c8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -28,6 +28,8 @@ jobs:
|
||||
|
||||
- name: Validate SQL schema
|
||||
uses: playfulpachyderm/sqlite-lint@v0.0.1
|
||||
with:
|
||||
schema-file: pkg/db/schema.sql
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user