Skip to content

Commit 4569f16

Browse files
Update Biome schema and check script (#1297)
* Update Biome schema and check script https://github.com/int128/actions-tanpopo/actions/runs/20187029339 * Remove --fix --------- Co-authored-by: int128-actions-tanpopo[bot] <203393273+int128-actions-tanpopo[bot]@users.noreply.github.com> Co-authored-by: Hidetake Iwata <[email protected]>
1 parent e72ce67 commit 4569f16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
package-manager-cache: false
3232
- run: npm install -g pnpm@latest-10
3333
- run: pnpm i
34-
- run: pnpm run -r check --fix
34+
- run: pnpm run -r check
3535
- uses: int128/update-generated-files-action@d9aac571db84cee6c16fa20190621e9deb2bc575 # v2.67.0

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"license": "MIT",
44
"scripts": {
5-
"check": "biome check"
5+
"check": "biome migrate --write && biome check --fix"
66
},
77
"type": "module",
88
"devDependencies": {

0 commit comments

Comments
 (0)