add lint in ci

This commit is contained in:
xfy
2024-05-22 13:21:49 +08:00
parent 0ce8d9c857
commit 6edb23255e

View File

@ -27,3 +27,9 @@ build:local:
artifacts:
paths:
- .next/standalone.tar.gz
build:lint:
stage: build
script:
- pnpm i
- pnpm lint