Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 277 B
include:
  - project: sre/ci-building-blocks
    file: nodejs.yml

check help consistency:
  extends: .unit tests
  stage: test
  script: yarn check-links

audit npm modules:
  rules:
    - when: never

variables:
  PROJECT_VERSION_PART: "8.28"
  OX_COMPONENT: core-user-guide