Skip to content

Commit 41310cb

Browse files
committed
use config file explicitly
1 parent e271b30 commit 41310cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
3333
- name: Lint
3434
uses: golangci/golangci-lint-action@v6
35+
with:
36+
args: -c .golangci.yaml
3537

3638
- name: Build
3739
run: go build -v ./...

0 commit comments

Comments
 (0)