Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
creekorful committed Jul 3, 2023
1 parent 43e9478 commit f0e328a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
go get -v github.com/golang/mock/mockgen@v1.4.4
- name: Lint source code
run: go get -v ./...
run: go vet -v ./...

- name: Run Tests
run: |
Expand Down

0 comments on commit f0e328a

Please sign in to comment.