1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-31 22:58:35 +00:00

Add swagger check (#3811)

This commit is contained in:
Antoine GIRARD
2018-04-20 11:13:50 +02:00
committed by Bo-Yi Wu
parent cf8c2e5951
commit 3506717e9c
13 changed files with 143 additions and 124 deletions

View File

@@ -77,6 +77,7 @@ pipeline:
- make vet
- make lint
- make fmt-check
- make swagger-check
- make misspell-check
- make test-vendor
- make build