chore: import upstream snapshot with attribution
Release / release-please (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 12:45:31 +08:00
commit 588cfc5bb3
102 changed files with 17373 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
name: "Setup and install"
description: "Common setup steps for Actions"
runs:
using: composite
steps:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.10.0
- name: Install Node.js v20
uses: actions/setup-node@v4
with:
node-version: 20.17.0
cache: "pnpm"
- name: Install PNPM Dependencies
shell: bash
run: pnpm install