Added swaggercheck to drone build
This commit is contained in:
parent
cbfb7eafa8
commit
477db9ea1c
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ pipeline:
|
|||
- make clean
|
||||
- make lint
|
||||
- make fmt-check
|
||||
- make swagger-check
|
||||
- make build
|
||||
when:
|
||||
event: [ push, tag, pull_request ]
|
||||
|
|
Loading…
Reference in a new issue