Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
feat: improve makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphg6 committed Jul 5, 2024
1 parent 38126e8 commit 698bc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ run-on-our-code-directories:
@make our-code-directories | xargs -n 1 $(ARGS)
our-code-directories:
@go list ./... | grep -v /docs
verify:test
make lint

verify:test lint

generate-swagger:
# Install swag on https://github.com/swaggo/swag
Expand Down

0 comments on commit 698bc15

Please sign in to comment.