Releases: AriPerkkio/eslint-remote-tester-run-action
Releases · AriPerkkio/eslint-remote-tester-run-action
v1
Update v1 tag
v1.3
feat: list erroneous rules in results comment (#17)
feat: log repository count (#16)
v1.2
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
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
Previously required parameter github-token
is now optional. It defaults to github.token
automatically.