Skip to content

Allow empty line comments in syntax highlighting #12

Allow empty line comments in syntax highlighting

Allow empty line comments in syntax highlighting #12

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
mdlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: |
**/*.md
!server/**/*.md