File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 steps :
88 - uses : actions/checkout@v4
99 - uses : oven-sh/setup-bun@v2
10- - run : cd server/typescript && bun install
10+ - run : bun install
1111 - run : cd server/typescript/packages/conformance && bun bin/conformance.ts lint ../../../../fixtures/conformance
1212
1313 conformance :
2020 steps :
2121 - uses : actions/checkout@v4
2222 - uses : oven-sh/setup-bun@v2
23- - run : cd server/typescript && bun install
23+ - run : bun install
2424 - name : TypeScript conformance
2525 if : matrix.language == 'typescript'
2626 run : cd server/typescript/packages/metadata && bun test test/conformance.test.ts
3131 steps :
3232 - uses : actions/checkout@v4
3333 - uses : oven-sh/setup-bun@v2
34- - run : cd server/typescript && bun install
34+ - run : bun install
3535 - run : cd server/typescript/packages/metadata && bun run conformance:mutation
You can’t perform that action at this time.
0 commit comments