Skip to content

patch(deps): dependabot batch updates #88

patch(deps): dependabot batch updates

patch(deps): dependabot batch updates #88

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