Skip to content

Update TPMs.md

Update TPMs.md #213

Workflow file for this run

name: readme link testing
on: [push]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
check-modified-files-only: "yes"
base-branch: main
max-depth: 1