actions / typescript-action

Create a TypeScript Action with tests, linting, workflow, publishing, and versioning
https://github.com/actions
MIT License
2k stars 473 forks source link

Make super linter report on summary page #857

Closed kishaningithub closed 8 months ago

kishaningithub commented 8 months ago

As of now super linter does not seem to be publishing the failures in the github summary page and it only shows them in the logs. It would be great if the list of failures can be shown in the summary page

Screenshots and links

Summary Page

https://github.com/kishaningithub/setup-tf-summarize/actions/runs/7697189511?pr=70

image

Log page

https://github.com/kishaningithub/setup-tf-summarize/actions/runs/7697189511/job/20973684433?pr=70

image
kishaningithub commented 8 months ago

Even better is if it can point the exact line in the "files tab" in the pull request https://github.com/kishaningithub/setup-tf-summarize/pull/70/files

ncalteen commented 8 months ago

Hi @kishaningithub, I love the idea! Unfortunately this is built into the functionality of the super-linter/super-linter action itself. It might be best to open this request in that repository instead :)