This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
Releases: synergy-au/eslint-action
Releases · synergy-au/eslint-action
GitHub File Diff Feature
Adds a new feature to the action which gives the ability to get the files changed based on what is specified in the GitHub Pull Request. Previously it was only done via a git diff.
Initial Release
Initial release of a GitHub Action to run ESLint based on the rule set defined. Features included as part of this action:
- Analyse the files changed between the current and target branch, or analyse based on a file path / rule set
- Generate warning and error notifications based on the ESLint rules defined (errors will cause the action to fail)
- Setup ESLint based on package.json or just install ESLint directly