add simple checkout workflow
This commit is contained in:
15
workflows/checkout.yml
Normal file
15
workflows/checkout.yml
Normal 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
|
Reference in New Issue
Block a user