Skip to content

Commit

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

Expand Down

0 comments on commit 79f3ed0

Please sign in to comment.