Skip to content

Minor Fixes

Minor Fixes #265

Workflow file for this run

name: markdown-lint
on:
pull_request:
permissions:
contents: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0
with:
fix: true
globs: |
*.md
!test/*.md