mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 13:18:59 +00:00
34 lines
915 B
YAML
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: 52829385bcc4d785e58ae2602c0b098a643523c9 # v3.3.3
|