Skip to content

DCO Assistant

DCO Assistant #42

Workflow file for this run

name: DCO
on:
pull_request:
branches: [main]
jobs:
dco:
name: DCO Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check DCO sign-off
uses: gsactions/dco-check@v1.1.1