Skip to content

chore(deps-dev): bump coverage from 7.10.6 to 7.10.7 in the pip group #589

chore(deps-dev): bump coverage from 7.10.6 to 7.10.7 in the pip group

chore(deps-dev): bump coverage from 7.10.6 to 7.10.7 in the pip group #589

Workflow file for this run

---
name: 'checks'
permissions:
contents: read
pull-requests: read
'on':
pull_request:
branches:
- 'main'
jobs:
conventional-commits:
permissions:
contents: read
pull-requests: write
uses: broadinstitute/shared-workflows/.github/workflows/[email protected]
linting:
uses: broadinstitute/shared-workflows/.github/workflows/[email protected]
with:
ruff_version: '0.8.6'
use_pylama: false
use_ruff: true
pre-commit:
uses: broadinstitute/shared-workflows/.github/workflows/[email protected]
unit-tests:
uses: broadinstitute/shared-workflows/.github/workflows/[email protected]
with:
python_package_name: cert_manager
run_coverage: false
test_runner: pytest