setup ci, fix files using biome

This commit is contained in:
2025-08-27 22:51:50 +02:00
parent 8abfae803b
commit 90e6842d71
9 changed files with 40 additions and 23 deletions

19
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,19 @@
default:
image: oven/bun
stages:
- build
- lint
build:
tags:
- linux
lint:
tags:
- linux
script:
- bun install -g biome
- biome check
- biome lint