diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0aad7e9..d1a7d3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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