From fd1d91cf9e1aa0c0cfcc429f370f0f60d7fc6cc2 Mon Sep 17 00:00:00 2001 From: CookieDasora Date: Sat, 3 Feb 2024 15:52:18 +0000 Subject: [PATCH] chore: changed ci to check in biome --- .github/workflows/pull_request.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 54b4e40..18f56e3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,4 +15,4 @@ jobs: with: version: latest - name: Run Biome - run: biome ci . + run: biome check --apply . diff --git a/package.json b/package.json index dce9475..3ad1495 100644 --- a/package.json +++ b/package.json @@ -113,6 +113,6 @@ "testEnvironment": "node" }, "lint-staged": { - "**.{js|ts|json}": "biome check --apply --no-errors-on-unmatched" + "**.js|ts|json": "biome check --apply --no-errors-on-unmatched" } }