Problem/Motivation
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)
Issue fork slack-3571871
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
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