Adding a gitlab-ci.yml file to the project/module activates additional tests on each new commit, allowing you to improve code quality.
@see
- https://lostcarpark.com/drupal/future-proofing-your-modu@see le-and-dependencies-gitlab-ci
- https://project.pages.drupalcode.org/gitlab_templates/info/setup/
- https://mog33.gitlab.io/gitlab-ci-drupal/usage/
Add a commit.
Add a 'gitlab-ci.yml ' file.
go to https://git.drupalcode.org/project/workflow_notifications/-/commits/3.0.x
You will see an additional icon, with results from cspell, phpstan, etc.
Active
3.0
Code