Skip to content

bump zgw-consumers to 0.35.1, commonground-api-common to 2.0.1, OAF to 0.9.0 #69

bump zgw-consumers to 0.35.1, commonground-api-common to 2.0.1, OAF to 0.9.0

bump zgw-consumers to 0.35.1, commonground-api-common to 2.0.1, OAF to 0.9.0 #69

Workflow file for this run

name: Code quality checks
# Run this workflow every time a new commit pushed to your repository
on:
push:
branches:
- master
paths:
- '**.py'
- '**.yml'
pull_request:
paths:
- '**.py'
- '**.yml'
workflow_dispatch:
jobs:
open-api-workflow-code-quality:
uses: maykinmedia/open-api-workflows/.github/workflows/code-quality.yml@v1
with:
python-version: '3.11'
node-version: '18'
postgres-image: 'postgres:15'
django-settings-module: 'referentielijsten.conf.ci'