diff --git a/.gitea/workflows/checkout_ubuntu-image.yml b/.gitea/workflows/checkout_ubuntu-image.yml new file mode 100644 index 0000000..d20f284 --- /dev/null +++ b/.gitea/workflows/checkout_ubuntu-image.yml @@ -0,0 +1,19 @@ +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 \ No newline at end of file