Skip to content

build(deps-dev): bump pylint from 2.17.5 to 2.17.7 #99

build(deps-dev): bump pylint from 2.17.5 to 2.17.7

build(deps-dev): bump pylint from 2.17.5 to 2.17.7 #99

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