Skip to content

chore: divide workflows into reusable pieces #2

chore: divide workflows into reusable pieces

chore: divide workflows into reusable pieces #2

Workflow file for this run

name: Checkout
description: Clones the repository at ${{ github.sha }}
runs:
using: composite
steps:
- name: Checkout
uses: actions/checkout@v4