Skip to content

Commit

Permalink
workflows: use newer, better DCO
Browse files Browse the repository at this point in the history
It's a single workflow for every repo, can't be better than that.

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

Please sign in to comment.