actions-marketplace-validations/Run web-linter

Run eslint to improve code review experience.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKENno${{ github.token }}
eslint_filesThe files on which to run. Default `{**/*,*}.{js,ts,jsx,tsx,html,vue}`no{**/*,*}.{js,ts,jsx,tsx,html,vue}
eslint_flagseslint flags. (rubocop <eslint_flags>)no""
fail_on_errorExit code for eslint when errors are found [true,false] Default is `false`. nofalse
workdirThe directory from which to look for and run eslint. Default '.'no.
skip_installDo not install eslint or its extensions. Default: `false`nofalse
eslint_runnerChoose the runner (`yarn`, `npm`, `npx`). Default: `detect`nodetect

no outputs