Files
act-runner-example/.github/workflows/拉取另一个仓库.yaml
严浩 e133f1e19c
Some checks failed
/ job1-harbor-bot (push) Successful in 6s
/ job2-harbor_username (push) Successful in 8s
/ job3 (push) Has been skipped
/ job1 (push) Successful in 2s
/ job2 (push) Successful in 2s
/ hashFiles (push) Successful in 2s
/ go-hashfiles (push) Successful in 40s
/ check (push) Failing after 38s
新增 GitHub Actions 工作流以检查 Vue TS 示例项目
2025-03-24 14:28:30 +08:00

12 lines
183 B
YAML

on:
push:
jobs:
check:
runs-on: ubuntu-arm64
steps:
- uses: actions/checkout@main
with:
repository: 'examples/vue-ts-example'
- run: ls -al