separate lint jobs in ci for better parallelism and display
This commit is contained in:
parent
e956d55219
commit
b2964612ae
1 changed files with 14 additions and 3 deletions
|
|
@ -34,12 +34,23 @@ check-changelog:
|
||||||
- apk add git
|
- apk add git
|
||||||
- sh ./tools/check-changelog
|
- sh ./tools/check-changelog
|
||||||
|
|
||||||
lint:
|
lint-eslint:
|
||||||
stage: lint
|
stage: lint
|
||||||
script:
|
script:
|
||||||
- yarn
|
- yarn
|
||||||
- yarn lint
|
- yarn ci-eslint
|
||||||
- yarn stylelint
|
|
||||||
|
lint-biome:
|
||||||
|
stage: lint
|
||||||
|
script:
|
||||||
|
- yarn
|
||||||
|
- yarn ci-biome
|
||||||
|
|
||||||
|
lint-stylelint:
|
||||||
|
stage: lint
|
||||||
|
script:
|
||||||
|
- yarn
|
||||||
|
- yarn ci-stylelint
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue