Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork178
How can I restrict pull request diffs to only be linted?#943
Answeredbyldez
hiroyuki-fujii-td asked this question inQ&A
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
By default, when I run golangci-lint on Github Actions, golangci-lint applies all linters to all repository files. .golangci.yamlgolangci-lint.yamlbest regards. |
BetaWas this translation helpful?Give feedback.
All reactions
Answered by ldezMay 4, 2024
You should use theonly-new-issues option.
https://github.com/golangci/golangci-lint-action?tab=readme-ov-file#only-new-issues
Replies: 1 comment
-
You should use the https://github.com/golangci/golangci-lint-action?tab=readme-ov-file#only-new-issues |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Answer selected byldez
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment