Enable swagger validation back as issue with it has been fixed upstream (#4673)
This commit is contained in:
parent
3ad5399a31
commit
7fbdd4f2ac
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ pipeline:
|
||||||
- make lint
|
- make lint
|
||||||
- make fmt-check
|
- make fmt-check
|
||||||
- make swagger-check
|
- make swagger-check
|
||||||
# - make swagger-validate
|
- make swagger-validate
|
||||||
- make misspell-check
|
- make misspell-check
|
||||||
- make test-vendor
|
- make test-vendor
|
||||||
- make build
|
- make build
|
||||||
|
|
Reference in a new issue