Skip to content

Commit 5bd5558

Browse files
authored
ci: add dco-check (#81)
See: ruyisdk/ruyisdk#27 Signed-off-by: WANG Xuerui <[email protected]>
1 parent 0539958 commit 5bd5558

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/pr.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: PR checks
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- zh
8+
9+
jobs:
10+
dco:
11+
name: DCO compliance
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Run dco-check
15+
uses: christophebedard/[email protected]
16+
with:
17+
python-version: '3.12'
18+
args: '--verbose'
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)