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 a19c458 commit d3bcbd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ jobs:
# https://docs.readme.com/docs/rdme
rdme: openapi:validate 2.0/json/petstore.json

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

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

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

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

0 comments on commit d3bcbd1

Please sign in to comment.