From bba49602767ef1d7cd45026cd0ab1dad06ce4d0a Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sat, 30 Aug 2025 23:37:04 +0200 Subject: [PATCH] use bunx to run biome --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0aeaa1..26b1d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]