forked from wangziqi/gongxue-base
feat: 更新 CI 工作流,添加 checkout 步骤的配置
This commit is contained in:
@@ -23,6 +23,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://gitee.com/mirrors_actions/checkout@v4
|
||||
with:
|
||||
github-server-url: https://git.gongxue100.com
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user