mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 07:16:16 +02:00
tea/.gitlab/pipeline/jobs/javascript-lint.yml

12 lines
177 B
YAML
Raw Normal View History

2021-08-24 10:27:50 +02:00
javascript-lint:
extends: .default-frontend
stage: lint
script:
- yarn lint:js
style-lint:
extends: .default-frontend
stage: lint
script:
- yarn lint:style