ci: enforce gofmt on the Go backend

The package is fully gofmt-clean after the modernization pass, so the
formatting check deferred from the initial CI setup can now be enabled.
This commit is contained in:
zarzet
2026-07-10 06:26:50 +07:00
parent 8abb99ac91
commit 7f7e408623
+3
View File
@@ -55,6 +55,9 @@ jobs:
go-version: "1.25.8"
cache-dependency-path: go_backend/go.sum
- name: Check formatting
run: test -z "$(gofmt -l .)"
- name: Vet
run: go vet ./...