chore: 尝试去除 actions/checkout 的无效步骤

This commit is contained in:
windychen0
2026-06-06 20:19:56 +08:00
committed by windychen
parent 9e95a75ce1
commit 7de6bcdeed
+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/