Added swaggercheck to drone build

This commit is contained in:
kolaente 2018-09-19 08:24:50 +02:00
parent cbfb7eafa8
commit 477db9ea1c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pipeline:
- make clean
- make lint
- make fmt-check
- make swagger-check
- make build
when:
event: [ push, tag, pull_request ]