新增 GitHub Actions 工作流以检查 Vue TS 示例项目
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
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
This commit is contained in:
11
.github/workflows/拉取另一个仓库.yaml
vendored
Normal file
11
.github/workflows/拉取另一个仓库.yaml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-arm64
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
with:
|
||||
repository: 'examples/vue-ts-example'
|
||||
- run: ls -al
|
Reference in New Issue
Block a user