Skip to content

Commit bc395e7

Browse files
authored
Update golangci-lint.yml
1 parent 19af233 commit bc395e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
#
3838
# Note: By default, the `.golangci.yml` file should be at the root of the repository.
3939
# The location of the configuration file can be changed by using `--config=`
40-
args: --config= ./.github/workflows/.golangci.yml
40+
# args: --config= ./.github/workflows/.golangci.yml
4141

4242
# Optional: show only new issues if it's a pull request. The default value is `false`.
4343
# only-new-issues: true

0 commit comments

Comments
 (0)