kata-containers / kata-containers

Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
Apache License 2.0
5.08k stars 1k forks source link

static-checks: better logs on github actions #9823

Open wainersm opened 2 weeks ago

wainersm commented 2 weeks ago

Trying to reduce the amount of messages sent by static-checks (kata-check-markdown, in special). Also grouping the messages in folders using this Github's feature: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines

I hope it will help spotting checking fails more easily.