mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
add lint in ci
This commit is contained in:
@ -27,3 +27,9 @@ build:local:
|
||||
artifacts:
|
||||
paths:
|
||||
- .next/standalone.tar.gz
|
||||
|
||||
build:lint:
|
||||
stage: build
|
||||
script:
|
||||
- pnpm i
|
||||
- pnpm lint
|
||||
|
Reference in New Issue
Block a user