separate lint jobs in ci for better parallelism and display

This commit is contained in:
Henry Jameson 2026-01-06 18:16:25 +02:00
commit b2964612ae

View file

@ -34,12 +34,23 @@ check-changelog:
- apk add git
- sh ./tools/check-changelog
lint:
lint-eslint:
stage: lint
script:
- yarn
- yarn lint
- yarn stylelint
- yarn ci-eslint
lint-biome:
stage: lint
script:
- yarn
- yarn ci-biome
lint-stylelint:
stage: lint
script:
- yarn
- yarn ci-stylelint
test:
stage: test