We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19af233 commit bc395e7Copy full SHA for bc395e7
.github/workflows/golangci-lint.yml
@@ -37,7 +37,7 @@ jobs:
37
#
38
# Note: By default, the `.golangci.yml` file should be at the root of the repository.
39
# The location of the configuration file can be changed by using `--config=`
40
- args: --config= ./.github/workflows/.golangci.yml
+ # args: --config= ./.github/workflows/.golangci.yml
41
42
# Optional: show only new issues if it's a pull request. The default value is `false`.
43
# only-new-issues: true
0 commit comments