Problem/Motivation
https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr...
Gitlab CI is now available.
Drupal CI is already turned off.
Whilst we were not using Drupal CI at the moment, we can use Gitlab CI to run PHPCS, ESLint, Composer Lint, Stylelint and eventually tests.
Steps to reproduce
N/A
Proposed resolution
Adapt the Drupal Association provided template to use Gitlab CI for this module.
Remaining tasks
- adopt Gitlab CI
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork mask-3491416
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 #3
tim-dielsAdded GitLab CI file. We need to create follow up tasks for the warnings and errors.
Comment #5
tim-diels