chore: 尝试去除 actions/checkout 的无效步骤
Node.js Build / build (push) Failing after 0s

This commit is contained in:
windychen0
2026-06-06 20:19:56 +08:00
parent 0aa5c3d990
commit b894041def
+7
View File
@@ -10,6 +10,13 @@ jobs:
build:
runs-on: docker # 匹配你 runner 的标签
steps:
- name: Checkout code
run: |
git init
git remote add origin http://gitea:8418/windychen/windyChenUtils.git
git fetch --depth 1 origin ${{ github.sha }}
git checkout ${{ github.sha }}
- name: Setup npm for Verdaccio
run: |
npm config set registry http://verdaccio:4873/