actions-marketplace-validations/Run squawk
🦉 Run squawk to lint PostgreSQL migrations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. | yes | ${{ github.token }} |
| targets | Pattern describing what files to lint. See https://github.com/isaacs/minimatch for valid patterns. Default is 'migrations/*.sql'. | — | migrations/*.sql |
| exclude | Comma-separated checks to exclude (--exclude flag from squawk). Default is empty. | — | "" |
| reporter | Reporter of reviewdog command (`-reporter` flag from [reviewdog](https://github.com/reviewdog/reviewdog)). Default is 'github-pr-review'. | — | github-pr-review |
| squawk_version | The squawk version to use. Default is 'v0.8.2'. | — | v0.8.2 |
| reviewdog_version | The reviewdog version to use. Default is '0.14.0'. | — | 0.14.0 |
Outputs
no outputs