ataylorme / eslint-annotate-action

A GitHub action that takes ESLint results from a JSON file and adds them as annotated pull request comments
MIT License
88 stars 32 forks source link

Set summary, errorCount and warningCount as step outputs #56

Closed KrijnL closed 1 year ago

KrijnL commented 1 year ago

Hi! Final pull request from me :wink:.

This pull requests adds summary, errorCount, and warningCount outputs to the Github Actions step so that these values can be used later on in the build. E.g. in messages sent to Slack.

I also bumped the @actions/core dependency to v1.10.0 so that there is no warning about set-output being deprecated.

PS. I ran a npm run build but if there is anything else I need to do to build your action, please let me know!