Skip to content

Commit

Permalink
Add check for open API file in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Apr 29, 2024
1 parent e91db1e commit b953457
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/validation-file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check Open API file

on:
pull_request:

jobs:
check-open-api-file:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: openapi-validator-action
uses: thiyagu06/openapi-validator-action@v1

0 comments on commit b953457

Please sign in to comment.