Skip to content

Commit

Permalink
Merge pull request #138 from synyx/fix-golint-ci
Browse files Browse the repository at this point in the history
Disable golint CI
  • Loading branch information
fheft authored Apr 7, 2022
2 parents 944b1aa + 47a422a commit 541cd7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:

- run: npm install

- run: go get -u golang.org/x/lint/golint
- run: make lint
# NOTE: Disabled `lint-go` for now as it broke unexpectedly ("golint: Command not found")
#- run: go get -u golang.org/x/lint/golint
#- run: make lint

- run: make lint-js

test:
needs: lint
Expand Down

0 comments on commit 541cd7a

Please sign in to comment.