Skip to content

ci: update rumdl config and ci #2

ci: update rumdl config and ci

ci: update rumdl config and ci #2

Workflow file for this run

name: Markdown linting via rumdl
on:
push:
branches: [main]
paths:
- "**/*.md"
- ".github/workflows/rumdl-lint.yml"
- ".rumdl.toml"
pull_request:
paths:
- "**/*.md"
jobs:
rumdl:
name: rumdl
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: rvben/rumdl@v0
with:
report-type: annotations