Skip to content

[office-js][office-js-preview] (unified manifest) Remove preview string #702

[office-js][office-js-preview] (unified manifest) Remove preview string

[office-js][office-js-preview] (unified manifest) Remove preview string #702

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
run_install: |
- args: [--filter, ., --filter, '{./scripts}...']
- run: pnpm remark --frail . .github