Files
test-actions/.gitea/workflows/checkout_fedora-image.yml
Lukas Greve 0d9d2a027a
All checks were successful
make-a-release / release (push) Successful in 11s
back to devel
2025-11-17 11:00:51 +01:00

20 lines
363 B
YAML

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