Skip to content

refactor: update 'project_settings' config processor to use python-gi… #1

refactor: update 'project_settings' config processor to use python-gi…

refactor: update 'project_settings' config processor to use python-gi… #1

Workflow file for this run

name: Main branch
on:
push:
branches:
- main
jobs:
build-docs:
uses: ./.github/workflows/docs.yml
with:
BRANCH_REF: ${{ github.ref }}
linters:
uses: ./.github/workflows/linters.yml
with:
BRANCH_REF: ${{ github.ref }}
tests-standard:
uses: ./.github/workflows/tests-standard.yml
with:
BRANCH_REF: ${{ github.ref }}
tests-premium:
uses: ./.github/workflows/tests-premium.yml
with:
BRANCH_REF: ${{ github.ref }}
secrets: inherit
tests-ultimate:
uses: ./.github/workflows/tests-ultimate.yml
with:
BRANCH_REF: ${{ github.ref }}
secrets: inherit