Skip to content

Commit

Permalink
workflows: use dco from org-wide .github
Browse files Browse the repository at this point in the history
Have a single source of true DCO check.

Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Aug 29, 2023
1 parent 773a860 commit bed2b94
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: DCO 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 bed2b94

Please sign in to comment.