Skip to content
Snippets Groups Projects
Commit 901bf326 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

sort linter

parent ba6ea3f8
No related branches found
No related tags found
2 merge requests!131Merge relevant Abstract and references,!123Resolve "Wizzard to create db filters"
Pipeline #117260 failed with stages
in 5 minutes and 48 seconds
This commit is part of merge request !123. Comments created here will be created in the context of that merge request.
......@@ -184,7 +184,7 @@ lint:
stage: lint
script:
- cd content/3.defense-systems
- find . -name '*.md' ! -name '0.index.md' -print0 | xargs -0 -I {} df-wiki-cli content lint --file {}
- find . -name '*.md' ! -name '0.index.md' -print0 | sort -z | xargs -0 -I {} df-wiki-cli content lint --file {}
when: manual
# Update Meili search indexes
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment