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 .