chore: changed ci to check in biome

This commit is contained in:
Hackntosh 2024-02-03 15:52:18 +00:00
parent 7b7d07ed90
commit fd1d91cf9e
2 changed files with 2 additions and 2 deletions

View file

@ -15,4 +15,4 @@ jobs:
with: with:
version: latest version: latest
- name: Run Biome - name: Run Biome
run: biome ci . run: biome check --apply .

View file

@ -113,6 +113,6 @@
"testEnvironment": "node" "testEnvironment": "node"
}, },
"lint-staged": { "lint-staged": {
"**.{js|ts|json}": "biome check --apply --no-errors-on-unmatched" "**.js|ts|json": "biome check --apply --no-errors-on-unmatched"
} }
} }