Skip to content

Commit

Permalink
Create openapi checks
Browse files Browse the repository at this point in the history
  • Loading branch information
QcFe authored Jan 14, 2025
1 parent af59d89 commit 6a82463
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Checks
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- synchronize

jobs:
checks:
runs-on: ubuntu-latest
name: OpenAPI definition
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run check
uses: fluximus-prime/redocly-cli-github-action@v1
with:
args: lint openapi.yaml

0 comments on commit 6a82463

Please sign in to comment.