Skip to content

Commit b9b2cb2

Browse files
committed
Introduce GH Action for automated DCO Check
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent a41e451 commit b9b2cb2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/dco-check.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: DCO Check
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
check:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: tisonkun/[email protected]

0 commit comments

Comments
 (0)