Skip to content

Commit

Permalink
feat: add make lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcnunes committed Dec 23, 2023
1 parent aae1864 commit 7a7730e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ build:

install: build
mv bin/vals ~/bin/

lint:
golangci-lint run -v --out-format=github-actions

0 comments on commit 7a7730e

Please sign in to comment.