oxc/.github/actions/clone-submodules/action.yml
leaysgur c7e61a1391 chore(prettier): Update conformance tests to Prettier v3.3.3 (#5394)
- v3.3.3 is latest released version
- Test file name was changed from v3.3.x
  - https://github.com/prettier/prettier/pull/16244
2024-09-02 10:32:17 +00:00

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: d62fa93c8f9ce5e687c0bbaa5d2b59670ab2ff60
- uses: actions/checkout@v4
with:
repository: babel/babel
path: tasks/coverage/babel
ref: 3bcfee232506a4cebe410f02042fb0f0adeeb0b1
- uses: actions/checkout@v4
with:
repository: microsoft/TypeScript
path: tasks/coverage/typescript
ref: a709f9899c2a544b6de65a0f2623ecbbe1394eab
- uses: actions/checkout@v4
with:
repository: prettier/prettier
path: tasks/prettier_conformance/prettier
ref: 52829385bcc4d785e58ae2602c0b098a643523c9 # v3.3.3