Skip to content

pkg/trace: make pkg/trace/agent control the lifecycle of pkg timing #2233

pkg/trace: make pkg/trace/agent control the lifecycle of pkg timing

pkg/trace: make pkg/trace/agent control the lifecycle of pkg timing #2233

name: Check Markdown links
on:
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: yes
config-file: .markdown-link-check
check-modified-files-only: yes
base-branch: ${{ github.base_ref }}