Skip to content

Merge pull request #228 from open-zaak/feature/210-setup-config-docs #13

Merge pull request #228 from open-zaak/feature/210-setup-config-docs

Merge pull request #228 from open-zaak/feature/210-setup-config-docs #13

Workflow file for this run

name: check-oas
on:
push:
paths:
- "src/openapi.yaml"
- .github/workflows/oas-check.yml
branches:
- '**'
workflow_dispatch:
jobs:
open-api-workflow-check-oas:
uses: maykinmedia/open-api-workflows/.github/workflows/oas-check.yml@v1
with:
schema-path: 'src/openapi.yaml'
python-version: '3.11'
django-settings-module: 'nrc.conf.ci'