1
0
Fork 0

Check openapi in CI

This commit is contained in:
Chocobozzz 2025-03-12 13:44:07 +01:00
parent f6d2aca645
commit c6863ba1fa
No known key found for this signature in database
GPG key ID: 583A612D890159BE

25
.github/workflows/doc.yml vendored Normal file
View file

@ -0,0 +1,25 @@
name: Documentation
permissions: {}
on:
push:
pull_request:
types: [synchronize, opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
- run: pip install openapi-spec-validator
- run: openapi-spec-validator support/doc/api/openapi.yaml