feat: add Makefile

This commit is contained in:
Urko 2023-02-15 19:48:05 +01:00
parent 34e22c5338
commit 9a470510a4
1 changed files with 2 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
lint:
golangci-lint run ./...