-
I understand that now the formatters are separated and should be run with |
Beta Was this translation helpful? Give feedback.
Answered by
ldez
Apr 1, 2025
Replies: 1 comment 3 replies
-
Hello, You don't need to run |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ldez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
You don't need to run
golangci-lint fmt
with the github action because the formatters are run as linter by the commandgolangci-lint run
.