mirror of
https://github.com/chubin/wttr.in
synced 2025-01-11 19:48:45 +00:00
Add Makefile target: lint
This commit is contained in:
parent
bb4474b0cf
commit
fca62e63c3
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -3,3 +3,6 @@ srv: srv.go internal/*/*.go internal/*/*/*.go
|
|||
|
||||
go-test:
|
||||
go test ./...
|
||||
|
||||
lint:
|
||||
golangci-lint run ./...
|
||||
|
|
Loading…
Reference in a new issue