Skip to content

Commit c9e12da

Browse files
committed
Format
1 parent cbd6080 commit c9e12da

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Codegen
8383
run: pnpm codegen:github
84-
84+
8585
- name: Typecheck
8686
run: pnpm typecheck
8787

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
- next
8-
- 'maintenance/v[0-9]+'
8+
- "maintenance/v[0-9]+"
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"js/ts.tsdk.path": "node_modules/typescript/lib",
3+
"editor.defaultFormatter": "oxc.oxc-vscode"
4+
}

0 commit comments

Comments
 (0)