Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tisonkun/actions-dco

GitHub Actions that enforces the Developer Certificate of Origin (DCO) on Pull Requests
https://github.com/tisonkun/actions-dco

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Actions DCO

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

## Example usage

```yml
name: DCO Check

on: [pull_request]

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: tisonkun/[email protected]
```