Skip to content

Commit 24e4596

Browse files
committed
Fix golint options
1 parent bb51d08 commit 24e4596

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,4 @@ jobs:
4646
- name: golangci-lint
4747
uses: golangci/golangci-lint-action@v2
4848
with:
49-
# Show only new issues if it's a pull request.
50-
only-new-issues: true
51-
args: --issues-exit-code=0
49+
args: --issues-exit-code=0 -E gofmt

0 commit comments

Comments
 (0)