Skip to content

Allow domain control calidation by email. New methods: #524

Allow domain control calidation by email. New methods:

Allow domain control calidation by email. New methods: #524

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.1
linting:
uses: broadinstitute/shared-workflows/.github/workflows/python-lint.yaml@v2.1.1
with:
use_pylama: false
use_ruff: true
unit-tests:
uses: broadinstitute/shared-workflows/.github/workflows/python-unit-test.yaml@v2.1.1
with:
python_package_name: cert_manager