From a04c755bfac3370055494f08c8673068920798df Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 3 Sep 2025 15:38:48 +0200 Subject: [PATCH] chore: update check quality workflow --- .gitea/workflows/code-quality.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/code-quality.yaml b/.gitea/workflows/code-quality.yaml index b2f72ab..06a270d 100644 --- a/.gitea/workflows/code-quality.yaml +++ b/.gitea/workflows/code-quality.yaml @@ -18,10 +18,5 @@ jobs: - name: Install dependencies run: bun install - - name: Setup Biome - uses: biomejs/setup-biome@v2 - with: - version: latest - - name: Run Biome - run: biome ci . \ No newline at end of file + run: bunx biome ci . \ No newline at end of file