15 lines
233 B
YAML
15 lines
233 B
YAML
name: checkout
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main # Or your desired branch
|
|
|
|
jobs:
|
|
checkout:
|
|
runs-on: fedora-42
|
|
|
|
steps:
|
|
- uses: https://git.phyllo.me/actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0 |