Files
homeserver/.gitlab-ci.yml
2026-01-11 15:03:33 +02:00

23 lines
402 B
YAML

workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH
stages:
- test
- lint
include:
- template: Security/SAST.gitlab-ci.yml
markdown_lint:
stage: lint
image: ghcr.io/igorshubovych/markdownlint-cli:latest
allow_failure: true
rules:
- changes:
- "**/*.md"
script:
- markdownlint .