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

12 lines
187 B
YAML
Raw Permalink Normal View History

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