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
93 stars 33 forks source link

Add report markdown to job summary #65

Closed velocibear closed 1 year ago

velocibear commented 1 year ago

Hey there, this PR makes it so when the markdown-report-on-step-summary input is true the action will add the report summary markdown as a job summary using the new job summary functionality (https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/). I added this to get around the issue where the report summary is added to a random check and not the one for the job that generated it which makes it hard to find.

I am open to any feedback! Thanks for creating this really useful action.