AriPerkkio / eslint-remote-tester-run-action

Github action for running eslint-remote-tester and receiving results in Github issue
1 stars 1 forks source link

chore: `max-result-count` isn't required #4

Closed MichaelDeBoey closed 3 years ago

MichaelDeBoey commented 3 years ago

https://github.com/AriPerkkio/eslint-remote-tester-run-action/blob/210db6833825a974d48bc567a2558461853cc6b1/action.yml#L21-L24

AriPerkkio commented 3 years ago

I believe you'll also need to update the dist/index.js so that this change ends up in the build. There is also a test which checks dist/index.js matches latest build. Github actions require custom actions to include the actual bundle in the repository...

This repo was also missing automatic CI runs for pull requests. I've now added that. This issue should have come up in CI checks.

AriPerkkio commented 3 years ago

Thanks!