新增 GitHub Actions 工作流以检查 Vue TS 示例项目
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