Skip to content

Commit

Permalink
workflows: reuse org-wide DCO workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Aug 29, 2023
1 parent b4dff7b commit 1863b79
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,4 @@ on:

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 }}
uses: nspcc-dev/.github/.github/workflows/dco.yml@master

0 comments on commit 1863b79

Please sign in to comment.