Add check for setup-node directory in CI workflow

This commit is contained in:
2025-07-18 19:16:03 +08:00
parent bd1fc93771
commit 667ec6cc7b

View File

@ -22,6 +22,9 @@ jobs:
run: |
git clone http://114.67.155.184:3000/niyyzf/setup-python.git ./.actions/setup-python
- name: 检查 setup-node 目录
run: ls -l ./.actions/setup-node
- name: 检出代码
uses: ./.actions/checkout