Skip to content

Commit

Permalink
Merge pull request #430 from nspcc-dev/dco-upgrade
Browse files Browse the repository at this point in the history
workflows: use newer, better DCO
  • Loading branch information
roman-khimov committed Aug 30, 2023
2 parents dc498a3 + 01bdbcf commit f752294
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 f752294

Please sign in to comment.