Skip to content

Commit

Permalink
fix: Remove failing lint step
Browse files Browse the repository at this point in the history
golint has been deprecated for a while, and really shouldn't be in the wireframe that this was built from— making a note to correct this over there as well.
  • Loading branch information
eddie-knight authored Oct 25, 2023
1 parent 9a0bb37 commit b07d5c6
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 b07d5c6

Please sign in to comment.