Skip to content

Releases: AriPerkkio/eslint-remote-tester-run-action

v1

15 Feb 11:42
Compare
Choose a tag to compare
Update v1 tag

v1.3

08 Aug 17:09
Compare
Choose a tag to compare
feat: list erroneous rules in results comment (#17)
feat: log repository count (#16)

v1.2

22 May 15:42
Compare
Choose a tag to compare
feat: include count of scanned repositories into results comment
- Optional feature enabled when [email protected] is available
fix: support non-JSON values in eslint-remote-tester.config.js
- Handle user provided configuration file as javascript module instead of as JSON internally
feat: enable `CI` by default (#11)
fix: disable `cache` by default (#10)
- If cloned repositories exceed 12-14 Gb the Github CI will crash
- Cache should always have been disabled

Fix nodejs version

17 Apr 11:03
Compare
Choose a tag to compare

Previous v1.1 was referencing a node version node14 which is unavailable for Github actions. This resulted into errors below:

Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node14' is not supported, use 'docker' or 'node12' instead.')

feat: `github-token` not required

16 Apr 12:09
700cb93
Compare
Choose a tag to compare

Previously required parameter github-token is now optional. It defaults to github.token automatically.