Skip to content

Switch linter

Switch linter #781

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
with:
show-progress: ''
- uses: xt0rted/markdownlint-problem-matcher@v2
- run: |
npm install -g markdownlint-cli
markdownlint **/*.md --ignore node_modules