forked from TrueCloudLab/neoneo-go
Merge pull request #3109 from nspcc-dev/reuse-org-dco-workflow
workflows: reuse org-wide DCO workflow
This commit is contained in:
commit
2d4e1b598f
1 changed files with 1 additions and 12 deletions
13
.github/workflows/dco.yml
vendored
13
.github/workflows/dco.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue