feat(linters): Removed fmt check (present in linters)
This commit is contained in:
parent
552d6f10ea
commit
67d07109a9
1 changed files with 0 additions and 3 deletions
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
|
|
@ -16,9 +16,6 @@ jobs:
|
|||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
- name: Gofmt check
|
||||
run: diff -u <(echo -n) <(gofmt -d .)
|
||||
|
||||
- name: Run go generate
|
||||
run: go generate ./...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue