You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The `only-new-issues` flag is not working (https://github.com/golangci/golangci-lint-action/issues/531).
63
-
# We rather decided to use the suggestion from the FAQ (https://golangci-lint.run/welcome/faq/#how-to-integrate-golangci-lint-into-large-project-with-thousands-of-issues) and use `--new-from-rev`
# - name: "Execute golangci-lint on a pull request"
59
+
# uses: golangci/golangci-lint-action@v8
60
+
# with:
61
+
# working-directory: ${{ matrix.modules }}
62
+
# # The `only-new-issues` flag is not working (https://github.com/golangci/golangci-lint-action/issues/531).
63
+
# # We rather decided to use the suggestion from the FAQ (https://golangci-lint.run/welcome/faq/#how-to-integrate-golangci-lint-into-large-project-with-thousands-of-issues) and use `--new-from-rev`
0 commit comments