ci) add gitea actions and refresh readme #1

Merged
shaun merged 18 commits from ci/gitea-actions-readme into main 2026-02-21 04:33:49 +00:00
Showing only changes of commit d464e71654 - Show all commits

View File

@@ -25,6 +25,11 @@ jobs:
with:
bun-version: '1.3.3'
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: bun install --frozen-lockfile