mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
name: Clone submodules
|
|
|
|
description: Clone submodules
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
|
with:
|
|
show-progress: false
|
|
repository: tc39/test262
|
|
path: tasks/coverage/test262
|
|
ref: dc0082c5ea347e5ecb585c1d7ebf4555aa429528
|
|
|
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
|
with:
|
|
show-progress: false
|
|
repository: babel/babel
|
|
path: tasks/coverage/babel
|
|
ref: 54a8389fa31ce4fd18b0335b05832dc1ad3cc21f
|
|
|
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
|
with:
|
|
show-progress: false
|
|
repository: microsoft/TypeScript
|
|
path: tasks/coverage/typescript
|
|
ref: d85767abfd83880cea17cea70f9913e9c4496dcc
|
|
|
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
|
with:
|
|
show-progress: false
|
|
repository: prettier/prettier
|
|
path: tasks/prettier_conformance/prettier
|
|
ref: 37fd1774d13ef68abcc03775ceef0a91f87a57d7 # v3.4.1
|