Files
test-actions/.gitea/workflows/fedora-checkout.yml
lukas 47fc363ccc
Some checks failed
checkout / checkout (push) Has been cancelled
Update .gitea/workflows/fedora-checkout.yml
2025-08-13 09:54:50 +00:00

15 lines
236 B
YAML

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