From b1a70ab25819324c70e9030381c6bfa16cd9a7f0 Mon Sep 17 00:00:00 2001 From: Ame Date: Fri, 27 Jun 2025 17:34:57 +0800 Subject: [PATCH] init --- .gitea/workflows/test.yml | 22 ++++++++++++++++++++++ a.txt | 1 + 2 files changed, 23 insertions(+) create mode 100644 .gitea/workflows/test.yml create mode 100644 a.txt diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..d856bb3 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,22 @@ +name: Build and Deploy + +on: + push: + tags: + - 'v*' + pull_request: + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '22' + + - name: Install pnpm + run: pwd diff --git a/a.txt b/a.txt new file mode 100644 index 0000000..7898192 --- /dev/null +++ b/a.txt @@ -0,0 +1 @@ +a