Skip to content
Snippets Groups Projects
Unverified Commit 29f1c405 authored by Etienne Champetier's avatar Etienne Champetier Committed by GitHub
Browse files

Ignore all .git* for mardownlint (#7109)

parent 2585e72a
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ markdownlint: ...@@ -66,7 +66,7 @@ markdownlint:
before_script: before_script:
- npm install -g markdownlint-cli@0.22.0 - npm install -g markdownlint-cli@0.22.0
script: script:
- markdownlint $(find . -name "*.md" | grep -v .github) --ignore docs/_sidebar.md --ignore contrib/dind/README.md - markdownlint $(find . -name '*.md' | grep -vF './.git') --ignore docs/_sidebar.md --ignore contrib/dind/README.md
ci-matrix: ci-matrix:
stage: unit-tests stage: unit-tests
......
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