Skip to content

Commit

Permalink
github: enforce DCO with CI
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Gautier <[email protected]>
  • Loading branch information
baloo committed Oct 18, 2024
1 parent c80560d commit a22b57b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: DCO

on: pull_request

jobs:
check:
name: Developer Certificate of Origin
runs-on: ubuntu-latest
steps:
- uses: tisonkun/[email protected]

0 comments on commit a22b57b

Please sign in to comment.