Skip to content

sync: master to main #122

sync: master to main

sync: master to main #122

Workflow file for this run

name: Check Markdown links
on:
pull_request:
paths:
- '**.md'
jobs:
lint-md:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npx remark --use validate-links --frail . .github