Files
test-actions/.gitea/workflows/run-on-host_checkout_fedora-image.yml
2025-11-18 19:53:08 +01:00

18 lines
299 B
YAML

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