explicitly define linter config
parent
c24d006f88
commit
b88b3f6fab
|
@ -37,6 +37,7 @@ jobs:
|
|||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: latest
|
||||
args: --config .golangci.yml
|
||||
- name: Test
|
||||
run: go test -v
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in New Issue