File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
11- # with:
12- # ref: refs/pull/${{ github.event.number }}/merge
11+ with :
12+ ref : refs/pull/${{ github.event.number }}/merge
1313
1414 - uses : oven-sh/setup-bun@v2
1515 with :
Original file line number Diff line number Diff line change 3030 default : " ubuntu-latest"
3131 type : choice
3232
33- pull_request_target :
3433 push :
3534 branches :
3635 - " *" # matches every branch that doesn't contain a '/'
Original file line number Diff line number Diff line change 2121 },
2222 "biome.enabled" : true ,
2323 "prettier.enable" : false ,
24- "typescript .tsdk" : " node_modules/typescript/lib" ,
25- "typescript.enablePromptUseWorkspaceTsdk " : true
24+ "js/ts .tsdk.path " : " node_modules/typescript/lib" ,
25+ "js/ts.tsdk.promptToUseWorkspaceVersion " : true
2626}
You can’t perform that action at this time.
0 commit comments