Skip to content

Commit

Permalink
feat: add make lint target
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed May 11, 2024
1 parent e4e5eec commit deb5d4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ SHELL := /bin/bash

.PHONY: dev
dev:
@go run cmd/app/main.go
@go run cmd/app/main.go

lint:
@pre-commit run -a --hook-stage pre-push
@pre-commit run -a --hook-stage pre-commit

0 comments on commit deb5d4a

Please sign in to comment.