oxc/.github/actions/clone-submodules/action.yml
leaysgur 32c7db0ec6 chore(tasks): Update prettier_conformance task (#7500)
- Update Prettier version: `3.3.3` > `3.4.1`
- Add more ignored tests
- Add `jsx` tests
- Remove unused `runner.rs`
- Refactoring
2024-11-27 08:40:43 +00:00

34 lines
915 B
YAML

name: Clone submodules
description: Clone submodules
runs:
using: composite
steps:
- uses: actions/checkout@v4
with:
show-progress: false
repository: tc39/test262
path: tasks/coverage/test262
ref: fd979d85d4e4b74ef1ed097d25c71263417d5aad
- uses: actions/checkout@v4
with:
show-progress: false
repository: babel/babel
path: tasks/coverage/babel
ref: 54a8389fa31ce4fd18b0335b05832dc1ad3cc21f
- uses: actions/checkout@v4
with:
show-progress: false
repository: microsoft/TypeScript
path: tasks/coverage/typescript
ref: d85767abfd83880cea17cea70f9913e9c4496dcc
- uses: actions/checkout@v4
with:
show-progress: false
repository: prettier/prettier
path: tasks/prettier_conformance/prettier
ref: 37fd1774d13ef68abcc03775ceef0a91f87a57d7 # v3.4.1