Skip to content

actions: add DCO

actions: add DCO #3

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@v4
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check