mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
ci: don't run go vet ./...
as it's run as part of golangci-lint
See https://golangci-lint.run/usage/linters/#govet
This commit is contained in:
parent
28fe053329
commit
057f760196
1 changed files with 0 additions and 1 deletions
1
.github/workflows/linters.yml
vendored
1
.github/workflows/linters.yml
vendored
|
@ -29,7 +29,6 @@ jobs:
|
|||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23.x"
|
||||
- run: "go vet ./..."
|
||||
- uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
args: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue