Skip to content

replace old "mock" by "unittest.mock" from the standard library #60

replace old "mock" by "unittest.mock" from the standard library

replace old "mock" by "unittest.mock" from the standard library #60

Workflow file for this run

name: Check DCO
on: [push, pull_request, workflow_dispatch]
jobs:
check-dco:
name: Check Developer's Certificate of Origin
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check