Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Mar 21, 2022
1 parent d05c5f4 commit dcf7399
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,12 @@ jobs:
- name: install dependencies
run: |
go install honnef.co/go/tools/cmd/staticcheck@latest
go install github.com/mattn/goveralls@latest
- name: lint
run: |
go mod verify
go vet ./...
staticcheck ./...
- name: test
run: |
Expand Down

0 comments on commit dcf7399

Please sign in to comment.