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