malnati/Ops ESLint

Run ESLint Flat Config inside a tooling container.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to lint (relative to repository root).no.
eslint_argsESLint targets/flags appended to the command.no.
fixEnable --fix.nofalse
max_warningsFail when warning count is above this value (-1 disables).no-1
report_dirDirectory (inside path) where the report file is written.no.eslint
report_fileReport filename generated by ESLint.noeslint-report.json
report_formatterESLint formatter used for the report file.nojson
build_imageBuild the local tooling image before running lint.notrue
image_tagDocker image tag used by the action.nomalnati-ops-eslint:local
fail_on_errorFail the action when ESLint exits non-zero.notrue
namedescription
report_pathPath to the generated lint report file.
error_countTotal ESLint errors from JSON report.
warning_countTotal ESLint warnings from JSON report.
statusLint status (passed|failed).
exit_codeRaw ESLint process exit code.