run bun install before lint

This commit is contained in:
2025-08-30 23:36:03 +02:00
committed by Darius Schefer
parent 1702e0c408
commit b1d639f618

View File

@@ -36,6 +36,7 @@ jobs:
- name: Run Biome lint - name: Run Biome lint
run: | run: |
echo "Running Biome lint..." echo "Running Biome lint..."
bun install
biome lint --write biome lint --write
biome format --write biome format --write