Skip to content

Commit

Permalink
ci: disable golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Jul 27, 2023
1 parent 59a2158 commit 7a91be3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
- name: Build
run: make build

- name: Lint
run: make lint
# Temporary disabled lint job because of this issue
# https://github.com/golangci/golangci-lint/issues/3107
# - name: Lint
# run: make lint

- name: Test
run: go test -race -coverprofile=./c.out -covermode=atomic -v ./...
Expand Down

0 comments on commit 7a91be3

Please sign in to comment.