Skip to content

Commit

Permalink
add .gitlab-ci.yml #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sushkov (teeverr) committed May 31, 2024
1 parent 0075b57 commit 8055ea7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ lint:
stage: lint
extends: .base
script:
- make lint
- 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 8055ea7

Please sign in to comment.