Skip to content

Commit

Permalink
Merge pull request #270 from nspcc-dev/dco
Browse files Browse the repository at this point in the history
workflows: reuse DCO from org-wide repo
  • Loading branch information
roman-khimov authored Aug 30, 2023
2 parents 953b4c5 + 19b5d83 commit 860d639
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,5 @@ on:
- master

jobs:
commits_check_job:
runs-on: ubuntu-latest
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:
commits: ${{ steps.get-pr-commits.outputs.commits }}
dco:
uses: nspcc-dev/.github/.github/workflows/dco.yml@master

0 comments on commit 860d639

Please sign in to comment.