use bunx to run biome
All checks were successful
CI / build (push) Successful in 13s
CI / lint (push) Successful in 9s
CI / build-and-push-docker (push) Successful in 17s

This commit is contained in:
2025-08-30 23:37:04 +02:00
parent 29548029a1
commit 8c7fb8d9a5

View File

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