Issue #3525045 by DYdave: Automated testing on GitLab CI: Added initial...
https://www.drupal.org/project/ckeditor_details/issues/3525045
Automated testing on GitLab CI:
Added initial configuration file .gitlab-ci.yml
based on template and Drupal.org Documentation for GitLab CI, to provide automated testing with GitLab CI pipelines.
Added the bare minimum configuration to enable automated build pipelines with all validation jobs: cspell
, eslint
, phpcs
, phpstan
and stylelint
.
Left all the variables and custom jobs configuration code commented, so it could be enabled in the future (uncommented).