Skip to content

Upgrade to SonarQube version 2025.5 #171

Upgrade to SonarQube version 2025.5

Upgrade to SonarQube version 2025.5 #171

Workflow file for this run

---
name: Markdown lint
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
vale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@v2.1.1
with:
fail_on_error: true
filter_mode: nofilter
vale_flags: "--glob=*.md --config=tests/.vale.ini"