Files
test-actions/workflows/fedora-checkout.yml
lukas 25ee31f98d
All checks were successful
checkout / checkout (push) Successful in 4s
Update workflows/fedora-checkout.yml
update runner name
2025-08-13 13:04:27 +00:00

16 lines
234 B
YAML

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