mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 07:36:12 +01:00
a6710987bf
The name of the command should reflect the type of file that gets linted. This is a pre-patch to #1396.
11 lines
187 B
YAML
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
|