Skip to content

Commit 449dab5

Browse files
committed
Fixed validation
1 parent 5a22ab8 commit 449dab5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/validate.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ on:
1515

1616
workflow_dispatch:
1717

18-
1918
jobs:
20-
validate-oicp-v230-specification:
21-
name: "Validate the OICP 2.3.0 OpenAPI specification"
19+
validate-v20-specification:
20+
name: "Validate the OSCP 2.0 OpenAPI specification"
2221
runs-on: ubuntu-latest
2322

2423
steps:
@@ -28,4 +27,4 @@ jobs:
2827
- name: Swagger Editor Validator
2928
uses: char0n/swagger-editor-validate@v1.3.2
3029
with:
31-
definition-file: ./2.3.0/api/2.3.0.spec.yml
30+
definition-file: ./2.0/api/2.0.spec.yml

0 commit comments

Comments
 (0)