2019-06-05 12:31:35 -04:00
|
|
|
# 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:
|
2019-07-23 08:23:51 -04:00
|
|
|
- yamllint .gitlab-ci.yml .gitlab/ci lib/gitlab/ci/templates changelogs
|