Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Releases: synergy-au/eslint-action

GitHub File Diff Feature

01 Apr 10:16
f0479fa
Compare
Choose a tag to compare

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

07 Oct 07:13
Compare
Choose a tag to compare

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