Combine build and lint into single stage
This commit is contained in:
@ -1,10 +1,9 @@
|
|||||||
stages:
|
stages:
|
||||||
- lint
|
|
||||||
- build
|
- build
|
||||||
|
|
||||||
# Lint the project
|
# Lint the project
|
||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: build
|
||||||
image: node:18
|
image: node:18
|
||||||
script:
|
script:
|
||||||
- npm ci
|
- npm ci
|
||||||
|
Reference in New Issue
Block a user