Files
test-actions/.gitea/workflows/checkout_fedora-image.yml

19 lines
339 B
YAML

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