fix gitlab ci yml

This commit is contained in:
2025-08-27 22:54:09 +02:00
parent 90e6842d71
commit 4ae7e7968b

View File

@@ -6,11 +6,15 @@ stages:
- lint
build:
stage: build
tags:
- linux
script:
- bun install
- bun run build
lint:
stage: lint
tags:
- linux
script: