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" } }