Files
test-actions/.gitea/workflows/fedora-checkout.yml
Lukas Greve 55646f28cb new runner
2025-08-12 20:15:09 +02:00

15 lines
234 B
YAML

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