Skip to content

Merge pull request #257 from Mq-b/ciworks #14

Merge pull request #257 from Mq-b/ciworks

Merge pull request #257 from Mq-b/ciworks #14

Workflow file for this run

name: Lint Markdown files
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: |
**/*.md
!.github