mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 09:31:16 +00:00
chore: changed ci to check in biome
This commit is contained in:
parent
7b7d07ed90
commit
fd1d91cf9e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
- name: Run Biome
|
- name: Run Biome
|
||||||
run: biome ci .
|
run: biome check --apply .
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue