- Issue created by @jvbrian
- First commit to issue fork.
- Merge request !2Issue #3514436 by juandhr: Add .gitlab-ci.yml file → (Merged) created by Unnamed author
Implement GitLab CI/CD for the module to automate testing, ensure code quality, and streamline deployments.
Setting up GitLab CI/CD for this module is essential to ensure continuous integration and delivery of high-quality code. This will enable:
Automated testing: Run PHPUnit, Kernel, and Functional tests to validate changes.
Code quality checks: Enforce coding standards using PHP CodeSniffer (PHPCS) and PHPStan.
Security scans: Identify vulnerabilities using Drupal Security Checker.
Automated deployments: Facilitate smoother releases and reduce manual intervention.
Active
1.0
Code