mileszim/Prisma Strong Migrations

Lint Prisma migrations for unsafe SQL before it reaches production.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
migrations-dirDirectory containing Prisma migrations.no./prisma/migrations
configPath to a config file. Auto-discovered when omitted.no""
changed-onlyOnly lint migrations this branch changed versus its base (the whole diff, like a PR — not just the latest commit). The action deepens shallow checkouts automatically.nofalse
baseBranch to compare against for changed-only. Defaults to the PR base branch (pull requests) or the repository default branch (pushes).no""
fail-onSeverity that fails the run: 'error' or 'warning'.noerror
reporterOutput format: 'github' (inline PR annotations), 'stylish', or 'json'.nogithub
working-directoryDirectory to run in (where the Prisma project lives).no.
node-versionNode.js version used to run the linter.no22

no outputs