Skip to content

Commit

Permalink
add .gitlab-ci.yml crossplane-contrib#43
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sushkov (teeverr) committed Jun 7, 2024
1 parent 61e1105 commit 9c91497
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ lint:
extends: .base
allow_failure: true
script:
- make lint
- make vendor vendor.check
- curl -fsSL https://github.com/golangci/golangci-lint/releases/download/v1.54.0/golangci-lint-1.54.0-linux-amd64.tar.gz | tar -xz --strip-components=1 -C /tmp
- /tmp/golangci-lint run -v -c .golangci.yml

build:
stage: build
Expand Down

0 comments on commit 9c91497

Please sign in to comment.