run bun install before lint
Some checks failed
CI / build (push) Successful in 15s
CI / lint (push) Successful in 13s
CI / build-and-push-docker (push) Has been cancelled

This commit is contained in:
2025-08-30 23:36:03 +02:00
parent b0471a3a2f
commit 29548029a1

View File

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