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 e271b30 commit 41310cbCopy full SHA for 41310cb
.github/workflows/go.yml
@@ -32,6 +32,8 @@ jobs:
32
33
- name: Lint
34
uses: golangci/golangci-lint-action@v6
35
+ with:
36
+ args: -c .golangci.yaml
37
38
- name: Build
39
run: go build -v ./...
0 commit comments