mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-05 00:03:36 -07:00
add make gofmt
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: all install build release capdefs test smoke
|
||||
.PHONY: all install build release capdefs test smoke gofmt
|
||||
|
||||
GIT_COMMIT := $(shell git rev-parse HEAD 2> /dev/null)
|
||||
|
||||
@@ -36,3 +36,6 @@ test:
|
||||
smoke:
|
||||
oragono mkcerts --conf ./default.yaml || true
|
||||
oragono run --conf ./default.yaml --smoke
|
||||
|
||||
gofmt:
|
||||
./.check-gofmt.sh --fix
|
||||
|
||||
Reference in New Issue
Block a user