From b1d639f6188965b3be818924cf8768cbce6e5546 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sat, 30 Aug 2025 23:36:03 +0200 Subject: [PATCH] run bun install before lint --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85fba6b..e0aeaa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: - name: Run Biome lint run: | echo "Running Biome lint..." + bun install biome lint --write biome format --write