sqlite-lint/action.yml
2024-11-17 19:37:57 -08:00

13 lines
267 B
YAML

# action.yml
name: SQLite schema lint
description: Enforce constraints on SQLite schemas
inputs:
schema-file:
description: SQL schema file that will create
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.schema-file }}