Skip to content

Add markdown linting #2

Add markdown linting

Add markdown linting #2

Workflow file for this run

name: Markdown Linting
on:
push:
branches:
- 'future3/**'
paths:
- '**.md'
pull_request:
branches:
- 'future3/**'
paths:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: xt0rted/markdownlint-problem-matcher@v3
- uses: articulate/actions-markdownlint@v1
#- run: markdownlint **/*.md --ignore node_modules