Problem/Motivation
Implement GitLab CI/CD for the module to automate testing, ensure code quality, and streamline deployments.
Description
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.
Issue fork amazon_image_id_scan-3513557
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
juandhr commentedComment #4
juandhr commentedThe Gitlab CI pipeline is now working.
I created the merge request.
Comment #7
handrex commentedComment #9
handrex commentedThanks @juandhr
Comment #10
haedmoli commented