diff --git a/.drone.yml b/.drone.yml index 03f63df0da..8265f565ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,7 @@ pipeline: - make clean - make lint - make fmt-check + - make swagger-check - make build when: event: [ push, tag, pull_request ]