GitHub Actions that enforces the Developer Certificate of Origin (DCO) on Pull Requests.
name: DCO Check on: [pull_request] jobs: check: runs-on: ubuntu-latest steps: - uses: tisonkun/actions-dco@v1.1