Skip to content

Commit

Permalink
Merge branch 'main' into fix-language-server-reinit-config-after-conf…
Browse files Browse the repository at this point in the history
…ig-path-change
  • Loading branch information
Sysix authored Nov 24, 2024
2 parents 4ff6bd1 + 6f161de commit 0cb3da2
Show file tree
Hide file tree
Showing 31 changed files with 587 additions and 207 deletions.
6 changes: 3 additions & 3 deletions .github/actions/clone-submodules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ runs:
show-progress: false
repository: tc39/test262
path: tasks/coverage/test262
ref: 0645461999632a17426e45d044ee519a0f07d022
ref: fd979d85d4e4b74ef1ed097d25c71263417d5aad

- uses: actions/checkout@v4
with:
show-progress: false
repository: babel/babel
path: tasks/coverage/babel
ref: d20b314c14533ab86351ecf6ca6b7296b66a57b3
ref: 54a8389fa31ce4fd18b0335b05832dc1ad3cc21f

- uses: actions/checkout@v4
with:
show-progress: false
repository: microsoft/TypeScript
path: tasks/coverage/typescript
ref: df9d16503f6755dd071e4c591b9d21c39d03d95e
ref: d85767abfd83880cea17cea70f9913e9c4496dcc

- uses: actions/checkout@v4
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,6 @@ jobs:
- uses: ./.github/actions/clone-submodules
if: steps.filter.outputs.src == 'true'

- uses: oven-sh/setup-bun@v2
if: steps.filter.outputs.src == 'true'

- uses: ./.github/actions/pnpm
if: steps.filter.outputs.src == 'true'

Expand Down
Loading

0 comments on commit 0cb3da2

Please sign in to comment.