Skip to content

Commit

Permalink
feat: Add swagger linter GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
adzuci authored and Adam Blackwell committed Oct 27, 2023
1 parent 8a14275 commit 59f90c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/swagger-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: [push]

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

steps:
- uses: actions/checkout@v2
- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@v1
with:
definition-file: swagger/api.yaml

0 comments on commit 59f90c5

Please sign in to comment.