Skip to content

Commit

Permalink
fix: remove go fmt from ci pipeline since not used
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjun827 committed Nov 18, 2023
1 parent 2296cfb commit 4ae7b21
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,4 @@ jobs:
- name: Run govulncheck
run: |
govulncheck ./...
- name: Format code
run: |
gofmt -w .
govulncheck ./...

0 comments on commit 4ae7b21

Please sign in to comment.