Skip to content

Commit

Permalink
workflows: org-wide DCO check, yay! (#619)
Browse files Browse the repository at this point in the history
It's so much better than the private one.
  • Loading branch information
vvarg229 committed Aug 30, 2023
2 parents a33371a + a85feb6 commit 67f47cb
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 @@ -7,16 +7,5 @@ on:
- develop

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 67f47cb

Please sign in to comment.