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"]
6
6
WORKDIR /workspace
7
7
8
8
# 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
10
10
11
11
COPY validate.cjs .
12
12
ENTRYPOINT ["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
11
11
- [ OpenAPI 3.0.1] ( https://spec.openapis.org/oas/v3.0.1.html )
12
12
- [ OpenAPI 3.0.2] ( https://spec.openapis.org/oas/v3.0.2.html )
13
13
- [ 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 )
14
15
- [ OpenAPI 3.1.0] ( https://spec.openapis.org/oas/v3.1.0.html )
15
16
- [ AsyncAPI 2.0.0] ( https://v2.asyncapi.com/docs/reference/specification/v2.0.0 )
16
17
- [ 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