mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 05:38:54 +00:00
Update babel submodule for conformance tests to latest HEAD. The test fixtures include a new one for a bug fix which @branchseer intends to also apply to Oxc - https://github.com/babel/babel/pull/17050 (see #8342).
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: c4317b0cb578d3fe7940f65b27162638efb9b34d
|
|
|
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
|
with:
|
|
show-progress: false
|
|
repository: babel/babel
|
|
path: tasks/coverage/babel
|
|
ref: acbc09a87016778c1551ab5e7162fdd0e70b6663
|
|
|
|
- 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
|