Skip to content

Commit

Permalink
Update validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 11, 2024
1 parent d3bcbd1 commit 443a936
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,25 @@ jobs:
rdme: openapi:validate 2.0/json/petstore.json

- uses: readmeio/rdme@7afc4d4a256513ce77f0ff7112f6bb84ee3432d6
continue-on-error: true
name: Validate 2.0 (yaml)
with:
rdme: openapi:validate 2.0/yaml/petstore.yaml

- uses: readmeio/rdme@6fb615f4f1c76dab675be46c287eea969b6640f4
continue-on-error: true
name: Validate 3.0 (json)
with:
rdme: openapi:validate 3.0/json/petstore.json

- uses: readmeio/rdme@5dfcf6b723c97dba513feee7df688a3b06d3204b
continue-on-error: true
name: Validate 3.0 (yaml)
with:
rdme: openapi:validate 3.0/yaml/petstore.yaml

- uses: readmeio/rdme@0fb78801f30b716f806311d86ef5fe46154890bf
continue-on-error: true
name: Validate 3.1 (json)
with:
rdme: openapi:validate 3.1/json/petstore.json
Expand Down

0 comments on commit 443a936

Please sign in to comment.