Welcome to mirror list, hosted at ThFree Co, Russian Federation.

yaml.gitlab-ci.yml « ci « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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