mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
7 lines
126 B
YAML
7 lines
126 B
YAML
yaml-lint:
|
|
extends: .default
|
|
stage: lint
|
|
needs:
|
|
- build-composer-dependencies
|
|
script:
|
|
- composer ci:yaml:lint
|