Skip to content

Commit e47d412

Browse files
committed
add: Makefile
1 parent 869dcce commit e47d412

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.PHONY: test
2+
test:
3+
go test ./... -v
4+
5+
.PHONY: lint
6+
lint:
7+
golangci-lint run --config ".github/.golangci.yml" --fast

0 commit comments

Comments
 (0)