Skip to content

Commit

Permalink
chore(Makefile): add swag doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Sep 30, 2023
1 parent 2d697b6 commit c7db7d0
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 @@ -62,6 +62,10 @@ coverage:
doc:
godoc -http=:6060

# Generate Swagger config
swag:
swag init -d ./internal/api,./ -g router.go

# Perform a full code quality check (lint, tests, coverage)
check: lint test coverage

Expand Down

0 comments on commit c7db7d0

Please sign in to comment.