diff --git a/.gitea/workflows/stage0.yaml b/.gitea/workflows/stage0.yaml new file mode 100644 index 0000000..07c2bed --- /dev/null +++ b/.gitea/workflows/stage0.yaml @@ -0,0 +1,13 @@ +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + run: | + git clone --branch 2025.02.0 --depth 1 https://codeberg.org/stagex/stagex.git + cd stagex