Skip to content

Commit

Permalink
ci: dco check, closes #8
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Mar 3, 2024
1 parent a1d8a7d commit 2094105
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: DCO Check
on: [pull_request]
permissions: read-all
jobs:
dco:
runs-on: ubuntu-latest
steps:
- uses: tisonkun/actions-dco@f1024cd563550b5632e754df11b7d30b73be54a5 # v1.1

0 comments on commit 2094105

Please sign in to comment.