actions-marketplace-validations/TSQLLint Action
Lint T-SQL files using TSQLLint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Space delimited path(s) to run linter against. Wildcards can be specified using `*`. | no | . |
| config | Path to a configuration file for the linter. | no | .github/linters/.tsqllintrc |
| comment | Create comment with summary of linter results. | no | false |
| only-changed-files | Only lint on modified `.sql` files. Will ignore `path` if `true` in pull requests, or default back to `path` if not in a pull request. | no | false |
| append-comment | Append results from multiple runs in a single comment. | no | false |
| summary | Add linter results to the job summary. | no | false |
| compare-branch | Branch to diff against when using only-changed-files. | no | main |
Outputs
no outputs