im-open/Run SQL Linting
Uses tsqllint to lint sql files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tsqllint-version | The version of tsqllint to use. | yes | 1.11.0 |
| path-to-sql-files | Path to the sql files to lint. | yes | — |
| path-to-lint-config | Path to lint config. If not provided, defaults to the config at the root of this action. | no | — |
| file-name-filter | Filters the files to lint by name. | no | — |
Outputs
| name | description |
|---|---|
| lint-result | The result of the lint run. |