remove tags from gitlab yaml

This commit is contained in:
2025-08-27 23:38:47 +02:00
parent 741720ed07
commit 16131521bc

View File

@@ -7,16 +7,12 @@ stages:
build:
stage: build
tags:
- linux
script:
- bun install
- bun run build
lint:
stage: lint
tags:
- linux
script:
- bun install -g biome
- biome check