sqlite-lint/action.yml
2025-04-19 16:32:18 -07:00

13 lines
258 B
YAML

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