Skip to content

Commit

Permalink
Merge pull request #66 from baloo/baloo/ci-dco
Browse files Browse the repository at this point in the history
github: enforce DCO with CI

Signed-off-by: Andrew Jeffery <[email protected]>
  • Loading branch information
amboar authored Oct 18, 2024
2 parents 528df1f + a22b57b commit 770a6ed
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 770a6ed

Please sign in to comment.