milespetrov/Run status checks!

This action will run eslint, prettier, and TS checks

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
gh-tokenProvide your GITHUB_TOKEN for api calls. yes
compareCauses pull request status checks to be compared against the head branch status checks so only new errors can cause the workflow to fail. Default is true. notrue
ts-errorsThis option sets the number of TypeScript errors allowed before failing the code. The default is 0. If the `compare` input is true (default) and this is a pull request negative values can be used. This is useful if you wish to reduce errors over time. no0
ts-commandThe command to run typescript checking. Default is `npm run typecheck`. nonpm run typecheck
lint-errorsThis option sets the number of ESLint errors allowed before failing the code. The default is 0. If the `compare` input is true (default) and this is a pull request negative values can be used. This is useful if you wish to reduce errors over time. no0
lint-commandThe command to run ESLint checking. Default is `npm run lintcheck`. nonpm run lintcheck
lint-warningsThis option sets the number of ESLint warnings allowed before failing the code. The default is 0. If the `compare` input is true (default) and this is a pull request negative values can be used. This is useful if you wish to reduce errors over time. no0
format-commandThe command to run Prettier checking. Default is `npm run formatcheck`. nonpm run formatcheck
namedescription
ts-errorsThe number of typescript type errors.
lint-errorsThe number of eslint errors.
lint-warningsThe number of eslint warnings.
format-statusWhether the code is formatted or not.