Skip to content

Commit

Permalink
ci: remove format step
Browse files Browse the repository at this point in the history
  • Loading branch information
giusdp committed May 5, 2023
1 parent 80cea92 commit 6d3015b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '>=1.20.2'
- name: Format
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 6d3015b

Please sign in to comment.