workflow 添加actions/checkout@v4
Some checks failed
Checkout Test / checkout-test (push) Failing after 5m53s

This commit is contained in:
guangenZhao
2026-03-13 18:38:38 +08:00
parent 93a1e776a1
commit 1f3c8f1acd

View File

@@ -1,4 +1,4 @@
name: Runner Smoke Test name: Checkout Test
on: on:
push: push:
@@ -6,13 +6,14 @@ on:
- main - main
jobs: jobs:
test-runner: checkout-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Show environment - name: Checkout
uses: actions/checkout@v4
- name: Show files
run: | run: |
echo "runner is alive" pwd
node -v ls -la
npm -v
corepack enable
pnpm -v