Skip to content

Bump certifi from 2023.7.22 to 2024.7.4 #527

Bump certifi from 2023.7.22 to 2024.7.4

Bump certifi from 2023.7.22 to 2024.7.4 #527

Workflow file for this run

---
name: 'checks'
'on':
pull_request:
branches:
- 'main'
jobs:
pre-commit:
uses: broadinstitute/shared-workflows/.github/workflows/pre-commit.yaml@v2.1.2
linting:
uses: broadinstitute/shared-workflows/.github/workflows/python-lint.yaml@v2.1.2
with:
use_pylama: false
use_ruff: true
unit-tests:
uses: broadinstitute/shared-workflows/.github/workflows/python-unit-test.yaml@v2.1.2
with:
python_package_name: cert_manager