Skip to content

Commit

Permalink
remove gofmt and go vet steps from build and test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoetzegb committed Apr 18, 2024
1 parent 0c57cd0 commit c6556b8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,5 @@ jobs:
- name: Build
run: go build -v ./cmd/...

- name: vet
run: go vet ./...

- name: gofmt
uses: Jerome1337/[email protected]
with:
gofmt-flags: "-l -d"

- name: Revive Action
uses: morphy2k/[email protected]

- name: Tests
run: go test -v ./...

0 comments on commit c6556b8

Please sign in to comment.