mirror of
https://github.com/muraenateam/muraena.git
synced 2026-01-23 02:24:05 +00:00
Update Makefile
This commit is contained in:
parent
16d9c9f199
commit
43c490a30e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -26,10 +26,10 @@ update:
|
|||
go get -u
|
||||
go mod vendor
|
||||
go mod tidy
|
||||
@git commit go.mod go.sum -m "Bump dependencies 📈"
|
||||
@git commit go.mod go.sum -S -m "Bump dependencies :chart_with_upwards_trend:"
|
||||
|
||||
lint: fmt
|
||||
@git add . && git commit -a -m "Code linting :star2:"
|
||||
@git add . && git commit -a -S -m "Code linting :star2:"
|
||||
|
||||
fmt:
|
||||
gofmt -s -w $(PACKAGES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue