Skip to content

adding content and links to tpsm top-level index #1072

adding content and links to tpsm top-level index

adding content and links to tpsm top-level index #1072

Workflow file for this run

name: dco check
on: [pull_request]
jobs:
dco-check:
runs-on: ubuntu-latest
name: commits check
steps:
- name: get commit
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 }}