use bunx to run biome

This commit is contained in:
2025-08-30 23:37:04 +02:00
committed by Darius Schefer
parent b1d639f618
commit bba4960276

View File

@@ -37,8 +37,8 @@ jobs:
run: |
echo "Running Biome lint..."
bun install
biome lint --write
biome format --write
bunx biome lint --write
bunx biome format --write
build-and-push-docker:
needs: [build]