Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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