Skip to content

Sign off req

Sign off req #22

Workflow file for this run

name: DCO Check
on:
pull_request:
branches: [ "main" ]
jobs:
dco:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run DCO check
uses: tim-actions/dco-check@v1