Files
test-actions/.gitea/workflows/fedora-checkout.yml
Lukas Greve 2f569e1dea
Some checks failed
checkout / checkout (push) Has been cancelled
test new workflow with special container
2025-08-12 08:38:30 +02:00

15 lines
294 B
YAML

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