Add DCO check

Signed-off-by: zyphlar <zyphlar@noreply.codeberg.org>
This commit is contained in:
zyphlar
2025-06-15 13:46:10 +02:00
committed by Harry Bond
parent b5d6a2cd8a
commit 21b948c9e3

View File

@@ -0,0 +1,7 @@
name: dco
on: [pull_request]
jobs:
check:
runs-on: codeberg-tiny
steps:
- uses: https://github.com/KineticCafe/actions-dco@v1