forked from External/ergo
add make gofmt
This commit is contained in:
parent
114e359347
commit
70a6ea375c
2 changed files with 8 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue