mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00
tea/.gitlab/pipeline/jobs/javascript-lint.yml
Oliver Klee a6710987bf
[TASK] Rename the CSS lint npm command (#1406)
The name of the command should reflect the type of file that gets
linted.

This is a pre-patch to #1396.
2024-07-30 20:46:53 +02:00

11 lines
187 B
YAML

javascript-lint:
extends: .default-frontend
stage: lint
script:
- npm run ci:lint:js
style-lint:
extends: .default-frontend
stage: lint
script:
- npm run ci:lint:css