We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aac6db1 + 9f794de commit 754a723Copy full SHA for 754a723
.gitlab-ci.yml
@@ -1,3 +1,8 @@
1
+stages:
2
+ - build
3
+ - lint
4
+ - deploy
5
+
6
.build:
7
image: node:22.14.0
8
script:
@@ -12,6 +17,14 @@ build:
12
17
rules:
13
18
- if: ($CI_COMMIT_BRANCH != "build-branch" || $C0_TRIGGER_REF != "refs/heads/main") && $C0_TRIGGER_REF != "refs/heads/main"
14
19
20
+lint-links:
21
+ stage: lint
22
+ image: ghcr.io/code0-tech/build-images/telescopium-lint:119.1
23
+ needs: []
24
+ script:
25
+ - ./clone_projects.sh
26
+ - lychee --offline --no-progress --include-fragments --no-ignore content
27
15
28
pages:
16
29
extends:
30
- .build
0 commit comments