Skip to content

feat: add span flags support for isRemote property #204

feat: add span flags support for isRemote property

feat: add span flags support for isRemote property #204

name: Markdown Link Check
on:
pull_request:
paths:
- '**/*.md'
permissions:
contents: read
jobs:
markdown-link-check:
permissions:
pull-requests: write # required for posting review comments
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# equivalent cli: linkspector check
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
fail_on_error: true