Skip to content

Commit 5d4e4d9

Browse files
committed
feat: remove lint stage from CI configuration
1 parent 4e43356 commit 5d4e4d9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
stages:
2-
- lint
32
- build
43

54
.node:
65
image: node:24.8.0
76
before_script:
87
- npm ci
98

10-
lint:
11-
extends:
12-
- .node
13-
stage: lint
14-
script:
15-
- npm run lint
16-
179
build:
1810
extends:
1911
- .node

0 commit comments

Comments
 (0)