Skip to content
Snippets Groups Projects
Verified Commit 07be48f2 authored by Christian Dreher's avatar Christian Dreher
Browse files

chore: Fix paths to scan for

parent d1db38a3
No related branches found
No related tags found
No related merge requests found
Pipeline #8218 failed
......@@ -38,7 +38,7 @@ markdown-lint:
before_script:
- pip install pymarkdownlnt
script:
- pymarkdown --config data/tools/pymarkdownlint.json scan -r *.md .gitlab > pymarkdown_report.txt || true
- pymarkdown --config data/tools/pymarkdownlint.json scan -r *.md > pymarkdown_report.txt || true
- python scripts/python/lint_markdown.py pymarkdown_report.txt > pymarkdown_report.json
- cat pymarkdown_report.json
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment