diff --git a/workflows/checkout.yml b/workflows/checkout.yml new file mode 100644 index 0000000..52ab454 --- /dev/null +++ b/workflows/checkout.yml @@ -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 \ No newline at end of file