Merge pull request #6117 from zenoprax/enabled-markdown-linting

enabled markdown linting
This commit is contained in:
Johannes Millan 2026-01-23 13:24:31 +01:00 committed by GitHub
commit dcda9ac2b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,13 +62,11 @@ jobs:
run: |
pymarkdownlnt \
--disable-rules line-length \
scan --recurse "docs/wiki"
scan "docs/wiki"
sync:
name: Publish to GitHub Wiki
needs: lint
if: '!cancelled()'
# if: needs.lint.result == 'success'
runs-on: ubuntu-latest
env:
# Using [standard bot credentials](https://github.com/actions/checkout)