19 lines
336 B
YAML
19 lines
336 B
YAML
name: checkout_ubuntu-image
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
|
|
jobs:
|
|
checkout:
|
|
runs-on: fedora-cloud-42
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
container:
|
|
image: docker.gitea.com/runner-images:ubuntu-latest
|
|
|
|
steps:
|
|
- uses: https://git.phyllo.me/devops/checkout@v5
|
|
with:
|
|
fetch-depth: 0 |