ci: add DCO check

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2026-02-15 11:57:07 +00:00
parent 7a9b2f12a2
commit a2ba2eb34b
2 changed files with 10 additions and 1 deletions

9
.github/workflows/dco-check.yaml vendored Normal file
View File

@@ -0,0 +1,9 @@
name: DCO Check
on: [pull_request]
jobs:
dco_check:
runs-on: ubuntu-latest
steps:
- uses: tisonkun/actions-dco@f1024cd563550b5632e754df11b7d30b73be54a5 # v1.1

View File

@@ -9,7 +9,7 @@ on:
- reopened
jobs:
main:
lint_pr_title:
name: Validate PR title
runs-on: ubuntu-latest
permissions: