electrovir/lint-changes
Lint a Pull Request and only throw linting errors that are new.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| eslintArgs | A single string of space-separated args that will be passed to ESLint's CLI. See https://eslint.org/docs/latest/use/command-line-interface for its docs. | no | — |
| debug | Set to true to enable debug logging. | no | false |
| pastSetupCommand | A shell command to run in order to setup your past repo for linting. Usually all you need here is the default of 'npm ci'. | — | npm ci |
Outputs
| name | description |
|---|---|
| status | The result of the checks |