Skip to content

[#13] reuse open-api-workflows workflows #478

[#13] reuse open-api-workflows workflows

[#13] reuse open-api-workflows workflows #478

Workflow file for this run

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: Code quality checks
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@initial-setup
with:
python-version: '3.11'
node-version: '18'
django-settings-module: 'openklant.conf.ci'
django-secret-key: dummy