Skip to content

Commit 445a6d2

Browse files
Update biome.json version automatically (#1289)
* Update biome.json version automatically * Autofix (ts / generate) https://github.com/int128/typescript-action/actions/runs/20185466058 --------- Co-authored-by: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e98e336 commit 445a6d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
package-manager-cache: false
5353
- run: npm install -g pnpm@latest-10
5454
- run: pnpm i
55-
- run: pnpm run check --fix
55+
- run: pnpm run check
5656
- 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.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
33
"formatter": {
44
"indentStyle": "space",
55
"lineWidth": 120

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"scripts": {
4-
"check": "biome check",
4+
"check": "biome migrate --write && biome check --fix",
55
"build": "ncc build --source-map --license licenses.txt src/index.ts",
66
"test": "vitest"
77
},

0 commit comments

Comments
 (0)