OSOE-879: Broken formatting in community issues #132
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 |