Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Zhang authored Aug 3, 2020
1 parent 2fd0504 commit e0d1207
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ name: Sanity check
on: [pull_request]
jobs:
dco_check_job:
commits_check_job:
runs-on: ubuntu-latest
name: DCO Check
name: Commits Check
steps:
- name: Get PR Commits
id: 'get-pr-commits'
uses: tim-actions/get-pr-commits@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: DCO Check
uses: tim-actions/dco@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
commits: ${{ steps.get-pr-commits.outputs.commits }}
```

0 comments on commit e0d1207

Please sign in to comment.