From 235b4783ba3deeb1e1db21c49441d25b909ac566 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin <3679080+adr1enbe4udou1n@users.noreply.github.com> Date: Mon, 2 Jun 2025 22:38:11 +0200 Subject: [PATCH] init stage0 --- .gitea/workflows/stage0.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/stage0.yaml 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