Add required input 'schema-file' to the sqlite-lint action

This commit is contained in:
Alessio 2024-11-17 19:45:22 -08:00
parent 05f4549355
commit 6fd90457c8

View File

@ -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: |