Enable GitLab CI automated testing.
Issue fork wxt-3472183
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:
Enable GitLab CI automated testing.
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
liam morlandThis merge request sets up coding standards testing.
Comment #4
liam morlandSome of the linting issues it finds are in libraries installed in
html/libraries. It shouldn't be checking these because they are not part of this repository. It also raises spelling issues about a couple of words that are in the unrecognized words list.Comment #5
joseph.olstadNice
Comment #7
liam morlandComment #8
smulvih2This looks good now, GitLab tests are all passing. Pushed out a dev release for 5.3.x with this included - https://www.drupal.org/project/wxt/releases/5.3.x-dev
Comment #9
smulvih2Adding attribution for Liam for the great work!
Comment #12
smulvih2Tested a fresh install, works great! Nice to see the GitLab CI all green! Also ran WxT migrations and all is working as expected.