Skip to content

Commit

Permalink
Merge pull request #21 from nspcc-dev/enable-dco
Browse files Browse the repository at this point in the history
workflows: create dco.yml
  • Loading branch information
roman-khimov authored Aug 30, 2023
2 parents 5619a41 + 6a7d541 commit 448f720
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: DCO check

on:
pull_request:
branches: [ "master" ]

jobs:
dco:
uses: nspcc-dev/.github/.github/workflows/dco.yml@master

0 comments on commit 448f720

Please sign in to comment.