add simple checkout workflow

This commit is contained in:
Lukas Greve
2025-07-25 22:48:00 +02:00
parent 1db19d9160
commit c5dd94c995

15
workflows/checkout.yml Normal file
View File

@@ -0,0 +1,15 @@
name: checkout
on:
push:
tags:
- '*'
jobs:
checkout:
runs-on: ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest
steps:
- uses: https://git.phyllo.me/actions/checkout@v4
with:
fetch-depth: 0