From 184e17b5d4b2c08a39c003cf7b3ae6c9ad6dadc3 Mon Sep 17 00:00:00 2001 From: coco-wizard <147956569+coco-wizard@users.noreply.github.com> Date: Tue, 10 Mar 2026 15:23:09 -0500 Subject: [PATCH] Update lint_codebase_biome.yml --- .github/workflows/lint_codebase_biome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_codebase_biome.yml b/.github/workflows/lint_codebase_biome.yml index 7a2d354..41a3c4d 100644 --- a/.github/workflows/lint_codebase_biome.yml +++ b/.github/workflows/lint_codebase_biome.yml @@ -15,4 +15,4 @@ jobs: with: version: latest - name: Run Biome - run: biome ci --organize-imports-enabled=false . + run: npx @biomejs/biome check --linter-enabled=true --formatter-enabled=true --organize-imports-enabled=false .