docs-simoncor-net/.gitlab-ci.yml
2026-01-19 17:22:18 +01:00

23 lines
438 B
YAML

---
# gitLab ci stages
stages:
# stages
- "gitleaks"
- "linting"
- "build"
- "deployment"
# include jobs
include:
# locals
- local: ".gitlab/build.yaml"
- local: ".gitlab/deployment.yaml"
# components
- component: "$CI_SERVER_FQDN/components/gitleaks/gitleaks@v1.0.0"
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"