Files
test-actions/.gitea/workflows/fedora-checkout.yml
lukas adbbdf6513
Some checks failed
checkout / checkout (push) Has been cancelled
Update .gitea/workflows/fedora-checkout.yml
2025-08-12 19:12:12 +00:00

15 lines
244 B
YAML

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