Skip to content

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

License

Notifications You must be signed in to change notification settings

tisonkun/actions-dco

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/[email protected]

About

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

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published