Skip to content

Add CI to lint markdown #3

Add CI to lint markdown

Add CI to lint markdown #3

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
run:
name: Lint Markdown files
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: '**/*.md'