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

30 lines
799 B
YAML

name: Clone submodules
description: Clone submodules
runs:
using: composite
steps:
- uses: actions/checkout@v4
with:
repository: tc39/test262
path: tasks/coverage/test262
ref: a15874163e6a4f19ee7cd3e47592af382af0f5fd
- uses: actions/checkout@v4
with:
repository: babel/babel
path: tasks/coverage/babel
ref: 12619ffe5b0777edb0223304da1fdf8770d93e7c
- uses: actions/checkout@v4
with:
repository: microsoft/TypeScript
path: tasks/coverage/typescript
ref: d8086f14b6b97c0df34a0cc2f56d4b5926a0c299
- uses: actions/checkout@v4
with:
repository: prettier/prettier
path: tasks/prettier_conformance/prettier
ref: 7142cf354cce2558f41574f44b967baf11d5b603 # v3.2.5