mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-08 22:56:12 +01:00
33a014d549
We won't maintain the predefined GitHub Actions anymore and hence should not use them in the example extension. Fixes #1210
1.2 KiB
1.2 KiB
Continuous integration
As an example, this extension provides several ways to perform the code quality checks and tests in a CI pipeline. You can copy the appropriate configuration depending on which Git hosting service and CI platform you want to use.
Table of Contents:
GitHub Actions
This extension has a code-checking workflow for GitHub Actions using local tools: This workflow uses the development tools installed via Composer and PHIVE and calls them using the provided Composer scripts. This allows running the code quality checks locally as well as in GitHub Actions.
GitLab CI
This extension also provides configuration for GitLab CI.