Skip to content

Commit

Permalink
feat: add make lint command
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fernando Cardoso Nunes <[email protected]>
  • Loading branch information
lucasfcnunes committed Dec 23, 2023
1 parent 7daed5e commit ab6c0a0
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 ab6c0a0

Please sign in to comment.