oxc/.github/actions/clone-submodules/action.yml
2024-12-06 14:34:01 +08: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: eefc5cf367b999768445432e167606fd1acf1734
- 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