Closed bshutterkion closed 4 months ago
This looks fine to me, but what happens when the linter finds things on main/master? It doesn't remove them right? Does it just leave a note on a commit somewhere?
Yeah, exactly. It doesn't change anything, just alerts/fails the check.
Added
golangci-lint
to run onpush
events to themaster
andmain
branches, as well as onpull_request
events. This workflow sets up Go 1.22.1 and runs thegolangci-lint
linter to ensure code quality.Changed
release.yml
workflow to trigger only on tag pushes matching the patternv*
, removing the previous behavior of triggering on all branch pushes.