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 - lint
build: build:
stage: build
tags: tags:
- linux - linux
script:
- bun install
- bun run build
lint: lint:
stage: lint
tags: tags:
- linux - linux
script: script: