Skip to content

Feat/mcp jsonrpc dual stack #25

Feat/mcp jsonrpc dual stack

Feat/mcp jsonrpc dual stack #25

Workflow file for this run

name: DCO Check
on:
pull_request:
branches: [main, master]
jobs:
dco:
runs-on: ubuntu-latest
steps:
- name: Get PR commits
id: get-pr-commits
uses: tim-actions/get-pr-commits@v1.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: DCO check
uses: tim-actions/dco@v1.1.0
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}