Skip to content

Commit

Permalink
Merge branch 'develop' into release/v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Aug 24, 2022
2 parents b628de5 + 2ecf30e commit a9cb5f5
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 92 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: [push]


jobs:
test_swagger_editor_validator_remote:
runs-on: ubuntu-latest
name: Swagger Editor Validator Remote


steps:
- uses: actions/checkout@v2
- name: Validate OpenAPI definition
uses: char0n/[email protected]
with:
definition-file: openapi/openapi.yaml
Loading

0 comments on commit a9cb5f5

Please sign in to comment.