Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -301,6 +301,7 @@ stages: <<: [ *with-yarn, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint variables: <<: *default-lint-variables KUBERNETES_CPU_REQUEST: "2" script: - yarn --cwd=./core run -s lint:core-js-passing --format gitlab Loading @@ -312,6 +313,7 @@ stages: <<: [ *with-yarn, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint variables: <<: *default-lint-variables KUBERNETES_CPU_REQUEST: "2" script: - yarn run --cwd=./core lint:css --color --custom-formatter=node_modules/stylelint-formatter-gitlab Loading @@ -323,6 +325,7 @@ stages: <<: [ *with-yarn, *default-job-settings-lint ] stage: 🪄 Lint variables: <<: *default-lint-variables KUBERNETES_CPU_REQUEST: "2" script: - yarn run --cwd=./core build:css --check Loading @@ -332,6 +335,7 @@ stages: <<: [ *with-yarn, *default-job-settings-lint ] stage: 🪄 Lint variables: <<: *default-lint-variables KUBERNETES_CPU_REQUEST: "2" script: - export TARGET_BRANCH=${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}${CI_COMMIT_BRANCH} Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -301,6 +301,7 @@ stages: <<: [ *with-yarn, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint variables: <<: *default-lint-variables KUBERNETES_CPU_REQUEST: "2" script: - yarn --cwd=./core run -s lint:core-js-passing --format gitlab Loading @@ -312,6 +313,7 @@ stages: <<: [ *with-yarn, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint variables: <<: *default-lint-variables KUBERNETES_CPU_REQUEST: "2" script: - yarn run --cwd=./core lint:css --color --custom-formatter=node_modules/stylelint-formatter-gitlab Loading @@ -323,6 +325,7 @@ stages: <<: [ *with-yarn, *default-job-settings-lint ] stage: 🪄 Lint variables: <<: *default-lint-variables KUBERNETES_CPU_REQUEST: "2" script: - yarn run --cwd=./core build:css --check Loading @@ -332,6 +335,7 @@ stages: <<: [ *with-yarn, *default-job-settings-lint ] stage: 🪄 Lint variables: <<: *default-lint-variables KUBERNETES_CPU_REQUEST: "2" script: - export TARGET_BRANCH=${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}${CI_COMMIT_BRANCH} Loading