mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 10:36:12 +01:00
14 lines
306 B
ReStructuredText
14 lines
306 B
ReStructuredText
|
.. include:: ../../Includes.txt
|
||
|
|
||
|
.. _linters_gitlab:
|
||
|
|
||
|
=======================
|
||
|
Running lints in GitLab
|
||
|
=======================
|
||
|
In GitLab CI you should use composer scripts.
|
||
|
|
||
|
Composer scripts
|
||
|
================
|
||
|
You can run your lints using composer scripts. An example workflow is defined in
|
||
|
`.gitlab-ci.yml`.
|