Skip to content

[pull] master from DefinitelyTyped:master #1002

[pull] master from DefinitelyTyped:master

[pull] master from DefinitelyTyped:master #1002

Workflow file for this run

name: Check Markdown links
on:
pull_request:
paths:
- '**.md'
permissions:
contents: read
jobs:
lint-md:
runs-on: ubuntu-latest
if: github.repository == 'DefinitelyTyped/DefinitelyTyped'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/setup-for-scripts
- run: pnpm remark --frail . .github