diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/Makefile b/backend/Makefile index 8213e5d..3b26e00 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -6,6 +6,10 @@ fmt: check: go build -o /dev/null ./... +.PHONY: lint +lint: + go vet ./... + .PHONY: oapi-codegen oapi-codegen: go run github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen -config oapi-codegen.yaml ../openapi.yaml |
