Skip to content

Sign off req

Sign off req #7

Workflow file for this run

name: DCO
on:
pull_request:
branches: [ "main" ]
jobs:
check_dco:
runs-on: ubuntu-latest
name: Check DCO
steps:
- name: Run dco-check
uses: christophebedard/dco-check@0.5.0
with:
python-version: '3.12'
args: '--verbose'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}