Skip to content

[pull] master from DefinitelyTyped:master #5193

[pull] master from DefinitelyTyped:master

[pull] master from DefinitelyTyped:master #5193

Workflow file for this run

name: Check Markdown links
on:
pull_request:
paths:
- '**.md'
permissions:
contents: read
jobs:
lint-md:
runs-on: ubuntu-slim
if: github.repository == 'DefinitelyTyped/DefinitelyTyped'
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: ./.github/actions/setup-for-scripts
- run: pnpm remark --frail . .github