Ver código fonte

ci: don't run `go vet ./...` as it's run as part of `golangci-lint`

See https://golangci-lint.run/usage/linters/#govet
Julien Voisin 1 ano atrás
pai
commit
057f760196
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      .github/workflows/linters.yml

+ 0 - 1
.github/workflows/linters.yml

@@ -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: >