Skip to content

chore!: bump to SDK 50 (#220) #263

chore!: bump to SDK 50 (#220)

chore!: bump to SDK 50 (#220) #263

Workflow file for this run

name: Check Markdown links
on:
workflow_dispatch: {}
push:
branches: [main]
paths:
- .github/workflows/lint-md.yml
- "**.md"
pull_request:
paths:
- .github/workflows/lint-md.yml
- "**.md"
jobs:
lint-md:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile --check-files
- run: npx remark --use validate-links . .github