blob: 033c7d7d9c1db4d27a89c2960327350cc09e723a [file] [edit]
name: Checkout Baseline Tooling
description: >-
Checkout the baseline tooling scripts prior to running any pre-commit hooks
or other GH action or workflow scripts.
runs:
using: composite
steps:
- uses: llvm/llvm-project/.github/actions/checkout-baseline-tooling@main
with:
persist-credentials: false
sparse-checkout: |
llvm/utils/git/
.ci/
.github/
ref: main
path: baseline-scripts