Skip to content

OSOE-864: Automatically check baseline package validation during review and update check-spelling to 0.0.24 #410

OSOE-864: Automatically check baseline package validation during review and update check-spelling to 0.0.24

OSOE-864: Automatically check baseline package validation during review and update check-spelling to 0.0.24 #410

name: Markdown Linting
# Runs for PRs opened for any branch, and pushes to the dev branch.
on:
pull_request:
push:
branches:
- dev
jobs:
markdown-linting:
name: Markdown Linting
uses: Lombiq/GitHub-Actions/.github/workflows/markdown-lint.yml@dev
with:
globs: '**/*.{md,markdown};!License.md'
separator: ;
fix: true