Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzo0107 committed Dec 8, 2019
1 parent 5a3d321 commit 708c10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v1
- name: Vet
run: go vet ./...
- name: Vet
- name: Lint
run: golint -set_exit_status ./...
- name: Test
run: go test -v -count=1 -cover ./...

0 comments on commit 708c10c

Please sign in to comment.