chore: 初始化仓库

This commit is contained in:
Lydanne
2026-02-15 22:02:21 +08:00
commit 08d011d63f
381 changed files with 87202 additions and 0 deletions

19
actions/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "spaceflow-actions",
"version": "0.0.0",
"private": true,
"description": "Spaceflow Actions - GitHub/Gitea Actions for CI workflows",
"license": "UNLICENSED",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist --source-map --license licenses.txt"
},
"dependencies": {
"@actions/cache": "^5.0.1",
"@actions/core": "^2.0.1",
"@actions/exec": "^2.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3"
}
}