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:
version: latest
- name: Run Biome
run: biome ci .
run: biome check --apply .

View file

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