Skip to content

[pull] master from DefinitelyTyped:master #4812

[pull] master from DefinitelyTyped:master

[pull] master from DefinitelyTyped:master #4812

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: ./.github/actions/setup-for-scripts
- run: pnpm remark --frail . .github