Skip to content

Add copilot instructions and linter workflow #2

Add copilot instructions and linter workflow

Add copilot instructions and linter workflow #2

Workflow file for this run

name: Markdown Lint
on:
pull_request:
paths:
- "**.md"
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: |
**/*.md
!node_modules