Skip to content

Commit

Permalink
Remove vet job since golangci-lint includes it
Browse files Browse the repository at this point in the history
  • Loading branch information
cluttrdev committed Nov 2, 2023
1 parent 2224c54 commit 2490395
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .gitlab/gitlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ lint:
- golangci-lint run ./...
allow_failure: true

vet:
stage: lint
cache:
- <<: *cache-defaults
policy: pull
script:
- go vet ./...

build:
stage: build
cache:
Expand Down

0 comments on commit 2490395

Please sign in to comment.