harshith029/safemigrate-lint

Lint Postgres migration SQL on every PR. Catches the dangerous operations before they hit production.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathsGlob or newline-separated list of SQL files to lint (e.g. "migrations/*.sql").yes
severityComma-separated severity levels to include: critical,warning,style.nocritical,warning
formatOutput format for the action log: json or markdown.nojson
namedescription
findings-countTotal number of findings emitted (after severity filter).
has-criticalTrue if at least one critical-severity finding was emitted.