diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
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 |