Skip to content

[pull] master from DefinitelyTyped:master #5186

[pull] master from DefinitelyTyped:master

[pull] master from DefinitelyTyped:master #5186

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: ./.github/actions/setup-for-scripts
- run: pnpm remark --frail . .github