Skip to content

Create @config-plugins/apple-settings plugin (#182) #210

Create @config-plugins/apple-settings plugin (#182)

Create @config-plugins/apple-settings plugin (#182) #210

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