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

can lint on all branches

parent 0cc3e31e
No related branches found
No related tags found
No related merge requests found
Pipeline #116673 canceled
...@@ -185,9 +185,7 @@ lint: ...@@ -185,9 +185,7 @@ lint:
script: script:
- cd content/3.defense-systems - 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 | xargs -0 -I {} df-wiki-cli content lint --file {}
when: manual when: manual
rules:
- if: $CI_COMMIT_BRANCH != "main"
# Update Meili search indexes # Update Meili search indexes
......
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