From c54b7d27a60203607d5577869f2edcb99d85d80f Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 17 Feb 2026 17:52:28 +0800 Subject: [PATCH] =?UTF-8?q?ci(gitea):=20=E6=96=B0=E5=A2=9E=20mise=20+=20tu?= =?UTF-8?q?rbo=20dist=20=E6=9E=84=E5=BB=BA=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dist.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitea/workflows/dist.yml diff --git a/.gitea/workflows/dist.yml b/.gitea/workflows/dist.yml new file mode 100644 index 0000000..12502e5 --- /dev/null +++ b/.gitea/workflows/dist.yml @@ -0,0 +1,30 @@ +name: Build Dist + +on: + push: + branches: [main] + workflow_dispatch: + +jobs: + dist: + runs-on: ubuntu-latest + env: + CI: true + + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Setup mise + uses: jdx/mise-action@v2 + + - name: Show tool versions + run: | + mise --version + bun --version + + - name: Install dependencies + run: bun install --frozen-lockfile + + - name: Run dist pipeline + run: bunx turbo run dist