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 8ebef60 commit ba28796Copy full SHA for ba28796
.github/workflows/golangci-lint.yml
@@ -53,4 +53,4 @@ jobs:
53
go-version-file: go.mod
54
check-latest: true
55
- name: Run go fmt
56
- run: go fmt && git diff --exit-code
+ run: make format && git diff --exit-code
0 commit comments