github.com/TrueCloudLab/frostfs-api-go/v2@v2.0.0-20230228134343-196241c4e79a/.github/workflows/dco.yml (about) 1 name: DCO check 2 3 on: 4 pull_request: 5 branches: 6 - master 7 8 jobs: 9 commits_check_job: 10 runs-on: ubuntu-latest 11 name: Commits Check 12 steps: 13 - name: Get PR Commits 14 id: 'get-pr-commits' 15 uses: tim-actions/get-pr-commits@master 16 with: 17 token: ${{ secrets.GITHUB_TOKEN }} 18 - name: DCO Check 19 uses: tim-actions/dco@master 20 with: 21 commits: ${{ steps.get-pr-commits.outputs.commits }}