- Update Action to use Node.js version 20.
- Update yaml, tough-cookie, @azule/ms-rest-js, semver, word-rap, @babel/traverse and tar dependencies.
- Update xml2js, @azure/ms-rest-js and @azure/storage-blob dependencies.
- Update to Lintje 0.11.3.
- Update to Lintje 0.11.2.
- Support GitHub Pull Request commit validation.
- Update to Lintje 0.11.1.
- Update to Lintje 0.11.0.
- Add verbose mode option. Set the verbose option to true to have Lintje print more context about checked commits and branches.
- Update to Lintje 0.10.0.
- Update to Lintje 0.9.0.
- Update to Lintje 0.8.0.
- Enable color by default: the
color
option is set totrue
by default.
- Fix the executable name for Microsoft Windows hosts. It did not call the
lintje.exe
executable on Microsoft Windows. It missed the.exe
extension.
- Add titles to Lintje annotations. Makes it easier to tell which action the annotation is coming from.
- Remove colorized output from GitHub workflow summary annotations. Colorized messages do not render properly there.
- Add caching for downloaded Lintje executable. This speeds up the action by not downloading Lintje every time the action is run.
- Colorize the Lintje output using the
color
GitHub Action input. This uses the Lintje--color
and--no-color
CLI flags.
Initial release of the Lintje GitHub Action using Lintje 0.7.1.