summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2018-04-20 11:13:50 +0200
committerBo-Yi Wu <appleboy.tw@gmail.com>2018-04-20 17:13:50 +0800
commit3506717e9c1cba08576e6dc861ea37e6417091e5 (patch)
tree1b67f1a5a5aa38d69203e9814c88f6eda6a52af2 /.drone.yml
parentcf8c2e5951bca4383b7259388f6dd2e8fa07fea8 (diff)
downloadgitea-3506717e9c1cba08576e6dc861ea37e6417091e5.tar.gz
gitea-3506717e9c1cba08576e6dc861ea37e6417091e5.zip
Add swagger check (#3811)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index cac0c38706..7a7b8762d0 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -77,6 +77,7 @@ pipeline:
- make vet
- make lint
- make fmt-check
+ - make swagger-check
- make misspell-check
- make test-vendor
- make build