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