tisonkun / actions-dco

GitHub Actions that enforces the Developer Certificate of Origin (DCO) on Pull Requests
Apache License 2.0
7 stars 2 forks source link

Actions DCO

GitHub Actions that enforces the Developer Certificate of Origin (DCO) on Pull Requests.

Example usage

name: DCO Check

on: [pull_request]

jobs:
  check:
    runs-on: ubuntu-latest
    steps:
      - uses: tisonkun/actions-dco@v1.1