Add OpenAPI definition of the Playback server (#5546)
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
co-authored by
aler9
parent
fa9cd4fbed
commit
2156e75dd6
+1
-1
@@ -25,7 +25,7 @@ lint-apidocs:
|
||||
go run ./internal/apidocsgen --check
|
||||
echo "$$DOCKERFILE_APIDOCS_LINT" | docker build . -f - -t temp
|
||||
docker run --rm -v "$(shell pwd)/api:/s" -w /s temp \
|
||||
sh -c "openapi lint openapi.yaml"
|
||||
sh -c "openapi lint openapi.yaml && openapi lint playback.openapi.yaml"
|
||||
|
||||
lint-other:
|
||||
echo "$$DOCKERFILE_PRETTIER" | docker build . -f - -t temp
|
||||
|
||||
Reference in New Issue
Block a user