Skip to content

Only run the validate-snippets.yml workflow when the snippets pro… #9

Only run the validate-snippets.yml workflow when the snippets pro…

Only run the validate-snippets.yml workflow when the snippets pro… #9

Workflow file for this run

name: "Lint Markdown"
on:
pull_request:
push:
branches: [ master ]
jobs:
lint_project:
name: "Lint Markdown"
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v17
with:
config: ".markdownlint.jsonc"
globs: |
"docs/**/*.md"
"#docs/javadoc/**/*.md"