OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
200 stars 109 forks source link

Deduplicate github action logs #1796

Closed redmoogle closed 4 months ago

redmoogle commented 4 months ago

Deduplicate the logs

Fixes: #1778

only prints off the warnings from the ubuntu-latest run.

This is very slightly hacky but only matters for 1 warning (CA1416)

redmoogle commented 4 months ago

will do some testing on my fork later 9actions are alot more fucky than I thought)

wixoaGit commented 4 months ago

Another possible approach could be to use the ::remove-matcher workflow command according to this documentation. I think how it would be used here would be to do echo "::remove-matcher owner=csc::" on non-ubuntu runners.