Skip to content

New Service Xwiki (#285) #680

New Service Xwiki (#285)

New Service Xwiki (#285) #680

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