oxc/.github/actions/clone-submodules/action.yml

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: 0645461999632a17426e45d044ee519a0f07d022
- uses: actions/checkout@v4
with:
show-progress: false
repository: babel/babel
path: tasks/coverage/babel
ref: d20b314c14533ab86351ecf6ca6b7296b66a57b3
- uses: actions/checkout@v4
with:
show-progress: false
repository: microsoft/TypeScript
path: tasks/coverage/typescript
ref: df9d16503f6755dd071e4c591b9d21c39d03d95e
- uses: actions/checkout@v4
with:
show-progress: false
repository: prettier/prettier
path: tasks/prettier_conformance/prettier
ref: 52829385bcc4d785e58ae2602c0b098a643523c9 # v3.3.3