Skip to content

Commit

Permalink
Add lint command to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
michiomochi committed Jul 16, 2024
1 parent 0802a5c commit 9339183
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ db:
.PHONY: table
table:
psql -U qgtest -h localhost -d qgtest -f schema.sql

.PHONY: lint
lint:
golangci-lint run

0 comments on commit 9339183

Please sign in to comment.