Combine build and lint into single stage

This commit is contained in:
2023-10-27 09:16:56 -04:00
parent 360cd91f2b
commit 8c2870e5b0

View File

@ -1,10 +1,9 @@
stages:
- lint
- build
# Lint the project
lint:
stage: lint
stage: build
image: node:18
script:
- npm ci