File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
66WORKDIR /workspace
77
88# install dependencies
9- RUN npm install @swagger-api/apidom-ls@">=1.0.0-beta.5 " @actions/core vscode-languageserver-textdocument
9+ RUN npm install @swagger-api/apidom-ls@">=1.0.0-beta.6 " @actions/core vscode-languageserver-textdocument
1010
1111COPY validate.cjs .
1212ENTRYPOINT ["node" , "/workspace/validate.cjs" ]
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Validation rules are exactly the same as the one that https://editor-next.swagge
1111- [ OpenAPI 3.0.1] ( https://spec.openapis.org/oas/v3.0.1.html )
1212- [ OpenAPI 3.0.2] ( https://spec.openapis.org/oas/v3.0.2.html )
1313- [ OpenAPI 3.0.3] ( https://spec.openapis.org/oas/v3.0.3.html )
14+ - [ OpenAPI 3.0.3] ( https://spec.openapis.org/oas/v3.0.4.html )
1415- [ OpenAPI 3.1.0] ( https://spec.openapis.org/oas/v3.1.0.html )
1516- [ AsyncAPI 2.0.0] ( https://v2.asyncapi.com/docs/reference/specification/v2.0.0 )
1617- [ AsyncAPI 2.1.0] ( https://v2.asyncapi.com/docs/reference/specification/v2.1.0 )
You can’t perform that action at this time.
0 commit comments