summaryrefslogtreecommitdiff
path: root/.gitlab/ci/yaml.gitlab-ci.yml
blob: b7aa418d8f78cac7a89e64cf24b8676daf1355b0 (plain)
1
2
3
4
5
6
7
8
9
# Yamllint of *.yml for .gitlab-ci.yml.
# This uses rules from project root `.yamllint`.
lint-ci-gitlab:
  extends: .dedicated-runner
  before_script: []
  dependencies: []
  image: sdesbure/yamllint:latest
  script:
    - yamllint .gitlab-ci.yml .gitlab/ci lib/gitlab/ci/templates changelogs