How do you tell what the action is actually running? #852
Replies: 1 comment
-
Nevermind, it seems that the action would read from the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
Pretty new to getting CI up and running generally, but i'm using Github Actions as my introduction. I was taking a look at https://golangci-lint.run/usage/linters/#gofmt and noticed that
gofmt
is not available by default, but it appears to me that I could add this intogolangci-lint
configuration if I wanted to.So that made me curious about what exactly the
golangci-lint-action
runs by default, and if I wanted to rungofmt
as part of that action, or any other custom configuration, could I?Beta Was this translation helpful? Give feedback.
All reactions