actions-marketplace-validations/Run web-linter
Run eslint to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | no | ${{ github.token }} |
| eslint_files | The files on which to run. Default `{**/*,*}.{js,ts,jsx,tsx,html,vue}` | no | {**/*,*}.{js,ts,jsx,tsx,html,vue} |
| eslint_flags | eslint flags. (rubocop <eslint_flags>) | no | "" |
| fail_on_error | Exit code for eslint when errors are found [true,false] Default is `false`. | no | false |
| workdir | The directory from which to look for and run eslint. Default '.' | no | . |
| skip_install | Do not install eslint or its extensions. Default: `false` | no | false |
| eslint_runner | Choose the runner (`yarn`, `npm`, `npx`). Default: `detect` | no | detect |
Outputs
no outputs