This commit is contained in:
Ame 2025-06-27 17:34:57 +08:00
commit b1a70ab258
2 changed files with 23 additions and 0 deletions

22
.gitea/workflows/test.yml Normal file
View File

@ -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

1
a.txt Normal file
View File

@ -0,0 +1 @@
a