Skip to content

Commit

Permalink
chore: updated template files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jun 26, 2024
1 parent bf54502 commit 933389e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
test:
@echo "# Running tests..."
@go test -v ./...

lint:
@echo "# Linting..."
@golangci-lint run

0 comments on commit 933389e

Please sign in to comment.