Skip to content

Commit

Permalink
Merge pull request #35 from nspcc-dev/dco-check
Browse files Browse the repository at this point in the history
workflows: add standard DCO check
  • Loading branch information
vvarg229 authored Aug 30, 2023
2 parents 024211d + 5a1b11b commit 10fd192
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 10fd192

Please sign in to comment.