Skip to content

Merge pull request #89 from esmasth/esmasth/issue88 #1

Merge pull request #89 from esmasth/esmasth/issue88

Merge pull request #89 from esmasth/esmasth/issue88 #1

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