diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml new file mode 100644 index 0000000..cddcee1 --- /dev/null +++ b/.github/workflows/dco.yml @@ -0,0 +1,10 @@ +name: DCO + +on: pull_request + +jobs: + check: + name: Developer Certificate of Origin + runs-on: ubuntu-latest + steps: + - uses: tisonkun/actions-dco@v1.1