Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 177 B
check-links:
  stage: test
  tags:
    - docker
  image: "node:14"
  before_script:
    - npm install -g markdown-link-check
  script:
    - cd scripts
    - ./link-checker.sh