Skip to content

Commit 1c598d1

Browse files
dblockCEHENKLE
andauthored
Signed-off-by: CEHENKLE <henkle@amazon.com> Co-authored-by: CEHENKLE <henkle@amazon.com>
1 parent bbadd02 commit 1c598d1

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/dco.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Developer Certificate of Origin Check
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
check:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- name: Get PR Commits
11+
id: 'get-pr-commits'
12+
uses: tim-actions/get-pr-commits@v1.1.0
13+
with:
14+
token: ${{ secrets.GITHUB_TOKEN }}
15+
- name: DCO Check
16+
uses: tim-actions/dco@v1.1.0
17+
with:
18+
commits: ${{ steps.get-pr-commits.outputs.commits }}

0 commit comments

Comments
 (0)