Add support for Gitlab CI

Created on 6 August 2024, about 1 year ago
Updated 21 August 2024, about 1 year ago

Problem/Motivation

Allows running code-checks

Proposed resolution

See docs: https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr... โ†’

Enable CSpell, ESLint, PHPCS, and PHPStan tests and checks.

################
# Require CSpell checks to pass.
################
cspell:
  allow_failure: false

################
# Require ESLint checks to pass.
################
eslint:
  allow_failure: false

################
# Require PHPCS checks to pass.
################
phpcs:
  allow_failure: false

################
# Require PHPStan checks to pass.
################
phpstan:
  allow_failure: false

################
# Require stylelint checks to pass.
################
stylelint:
  allow_failure: false

Take inspiration from https://git.drupalcode.org/project/svg_image_field/-/blob/2.3.x/.gitlab-...

Remaining tasks

User interface changes

API changes

Data model changes

๐Ÿ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

๐Ÿ‡ช๐Ÿ‡จEcuador jwilson3

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024