actions-marketplace-validations/ESLint changed files

Run ESLint on all changed files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
token[GITHUB TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) or a repo scoped [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token)yes${{ github.token }}
all_filesRun [ESlint](https://eslint.org) on all matching files.nofalse
config_path[ESLint](https://eslint.org/) [configuration file](https://eslint.org/docs/user-guide/configuring/). Optionally omit this input for Mono repositories.no""
ignore_patterns[ESLint](https://eslint.org/docs/latest/use/configure/ignore) [configuration file](https://eslint.org/docs/latest/use/configure/ignore#ignoring-files) ignores key. Optionally ignoring files in the `ignores` key from being passed to ESLint, this input would be ignored when `all_files` is set to `true`.no""
file_extensionsList of file extensions to watch for changes and run [ESlint](https://eslint.org/) against.no**/*.{ts,tsx,js,jsx}
extra_argsExtra arguments passed to [ESlint](https://eslint.org/docs/user-guide/command-line-interface)no""
skip_annotationsSkip running reviewdog i.e don't add any annotations.nofalse
levelReport level for reviewdog (info,warning,error)noerror
reporter[Reporter](https://github.com/reviewdog/reviewdog#reporters) of reviewdog command (github-check, github-pr-review). github-pr-review can use Markdown and add a link to the rule page in reviewdog reports. nogithub-pr-review
filter_mode[Filter mode](https://github.com/reviewdog/reviewdog#filter-mode) for the reviewdog command (added, diff_context, file, nofilter). noadded
fail_on_errorExit code for reviewdog when errors are found.notrue
pathRelative path under GITHUB_WORKSPACE to the repositoryno.
skip_initial_fetchSkip initially fetching additional history to improve performance for shallow repositories. NOTE: This could lead to errors with missing history. It's intended to be used when you've fetched all necessary history to perform the diff. nofalse
use_rest_apiForce the use of Github's REST API even when a local copy of the repository exists nofalse
escape_pathsEscaped changed file paths passed to ESLint. NOTE: This defaults to `true` to prevent command injection.notrue
ignore_pathWhen using [ESlint](https://eslint.org/) `v8.x` use this option to pass the .eslintignore file to silence ignore files warning [ignore file](https://eslint.org/docs/latest/use/configure/ignore-deprecated#using-an-alternate-file) no""

no outputs