Files
test-actions/.gitea/workflows/fedora-checkout.yml
lukas 61e66d370c
All checks were successful
checkout / checkout (push) Successful in 6s
Update .gitea/workflows/fedora-checkout.yml
2025-08-13 10:33:40 +00:00

15 lines
233 B
YAML

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