Files
test-actions/.gitea/workflows/fedora-checkout.yml
lukas 01220dc8a5
Some checks failed
checkout / checkout (push) Has been cancelled
Update .gitea/workflows/fedora-checkout.yml
2025-08-13 10:35:59 +00:00

15 lines
237 B
YAML

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