Files
test-actions/.gitea/workflows/run-on-host_checkout_fedora-image.yml
Lukas Greve 7503802699
Some checks failed
run-on-host_checkout_fedora-image / checkout (push) Failing after 10s
ya
2025-11-18 20:50:22 +01:00

18 lines
289 B
YAML

name: run-on-host_checkout_fedora-image
on:
push:
branches: [ main ]
jobs:
checkout:
runs-on: fedora
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: https://git.phyllo.me/devops/checkout@v5
with:
fetch-depth: 0