Skip to content

Commit

Permalink
fix: typo in ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvrog committed Oct 5, 2023
1 parent d867369 commit 481dada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: './go.mod'
- name: Vet
- name: fmt
run: |
go fmt ./...
Expand Down

0 comments on commit 481dada

Please sign in to comment.