mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00

This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository.
6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
extends: default
|
|
|
|
rules:
|
|
line-length: disable
|
|
document-start: disable
|