From d00312b9075edd03469f7a1f60b96c12565c1d10 Mon Sep 17 00:00:00 2001 From: Stig Ofstad Date: Tue, 9 Jan 2024 15:37:12 +0100 Subject: [PATCH] CI: remove custom biome step --- .github/workflows/tests.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a8739b1cc..08801ccf2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,12 +16,6 @@ jobs: - name: Install pre-commit run: pip install pre-commit - - name: Setup Biome CLI - uses: biomejs/setup-biome@v1 - - - name: Run Biome - run: biome ci . - - name: Cache pre-commit environment uses: actions/cache@v3 env: @@ -33,7 +27,7 @@ jobs: - name: Run pre-commit env: # These need node_modules, and will be covered in the build step anyway - SKIP: type_check_core,type_check_plugins,biome_check + SKIP: type_check_core,type_check_plugins run: pre-commit run --all-files tests: