pulse/.gitlab-ci.yml
2025-10-24 14:29:14 +02:00

19 lines
377 B
YAML

---
# gitLab ci stages
stages:
# deployment
- "gitleaks"
- "linting"
# include jobs
include:
# deployment
- local: ".gitlab/gitleaks.yaml"
# linting
- component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.3"
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"