Skip to content
Snippets Groups Projects
Verified Commit 36388ca1 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(docs): Add rules for linting job

parent b7508a6f
No related branches found
No related tags found
No related merge requests found
Pipeline #19021 failed
......@@ -3,8 +3,17 @@ stages:
lint-docs:
extends: .earthly
stage: lint
script:
- earthly --ci +docs-lint
rules:
- if: '$FORCE_DOCS_BUILD == "true"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
paths:
- docs/**/*
- images/**/README.md
- charts/**/README.md
build-docs:
stage: build
......
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