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