Skip to content

Commit

Permalink
Merge pull request #4 from krumIO/bugfix-golint
Browse files Browse the repository at this point in the history
fix: Remove failing lint step
  • Loading branch information
grudra7714 authored Oct 26, 2023
2 parents 9a0bb37 + b07d5c6 commit 9496f0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
run: |
go mod download
go get -t .
- name: Lint
run: |
golint -set_exit_status ./...
- name: Vet
run: |
Expand Down

0 comments on commit 9496f0e

Please sign in to comment.