chore: add makefile
This commit is contained in:
parent
58527849b2
commit
3a433aef4f
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
lint:
|
||||
golangci-lint run ./...
|
||||
|
||||
.PHONY: lint
|
||||
Loading…
Add table
Add a link
Reference in a new issue