Skip to content

build(deps-dev): bump black from 22.12.0 to 23.3.0 #93

build(deps-dev): bump black from 22.12.0 to 23.3.0

build(deps-dev): bump black from 22.12.0 to 23.3.0 #93

Workflow file for this run

name: Python Poetry CI
on:
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: prosegrinder/.github/.github/workflows/poetry-lint.yaml@main
test:
needs: lint
uses: prosegrinder/.github/.github/workflows/poetry-test.yaml@main
cz-dry-run:
needs: test
uses: prosegrinder/.github/.github/workflows/poetry-cz-dry-run.yaml@main
secrets: inherit