OSOE-864: Automatically check baseline package validation during review and update check-spelling to 0.0.24 #410
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |