Skip to content

Merge pull request #58 from maykinmedia/issue/fix-oas-check #9

Merge pull request #58 from maykinmedia/issue/fix-oas-check

Merge pull request #58 from maykinmedia/issue/fix-oas-check #9

Workflow file for this run

name: check-oas
on:
push:
workflow_dispatch:
jobs:
open-api-workflow-check-oas:
uses: maykinmedia/open-api-workflows/.github/workflows/oas-check.yml@v5.0.0
with:
python-version: '3.11'
schema-path: 'src/referentielijsten/api/openapi.yaml'
schema-options: 'src/referentielijsten/api/openapi.yaml'
django-settings-module: 'referentielijsten.conf.ci'