mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
feat(linters): Removed fmt check (present in linters)
This commit is contained in:
@@ -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 ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user