Skip to content

Change Markdown Linting action to rumdl and update config (#281) #669

Change Markdown Linting action to rumdl and update config (#281)

Change Markdown Linting action to rumdl and update config (#281) #669

Workflow file for this run

name: Perform markdown linting
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '.github/**'
# - 'README.md'
- 'LICENSE'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
pull_request:
branches:
- main
paths-ignore:
- '.github/**'
# - 'README.md'
- 'LICENSE'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone this repo
uses: actions/checkout@v6
- name: Lint services
uses: rvben/rumdl@v0.1.80
with:
path: "services/"
config: ".markdownlint.yml"
report-type: annotations