commit b1a70ab25819324c70e9030381c6bfa16cd9a7f0 Author: Ame Date: Fri Jun 27 17:34:57 2025 +0800 init 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