Closed (fixed)
Project:
Slack
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2026 at 20:51 UTC
Updated:
7 Feb 2026 at 15:23 UTC
Jump to comment: Most recent
As a user/contributor/site it would be great to automatically run CI checks on modules so one can keep up on code quality and have automated tests run (if available)
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
dmundraAdded gitlab CI file with OPT_IN_TEST_PREVIOUS_MAJOR to test D10 and D11. I presume we will see a few issues that will need cleanup.
Comment #4
dmundraAdded .gitlab CI and took a shot and cleaning up the cspell, phpcs and phpstan reported issues. After adding rules 3.x version that only works with D10, the pipeline is failing because it doesn't support D10.
Comment #7
dmundraToggled the MR to get tugboat to run after rebasing for that.
Comment #8
swirtThank you @dmundra for this contribution, it will be very helpful supporting changes in the future.
Comment #9
swirtComment #11
dmundraCheers @swirt
Comment #12
swirtReleased with 8.x-1.5
Comment #13
dmundraThank you @swirt