mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
新增 CI 工作流文件并删除 preview-publish 工作流
All checks were successful
/ another-job (push) Successful in 13s
All checks were successful
/ another-job (push) Successful in 13s
This commit is contained in:
7
.github/workflows/ci.yml
vendored
Normal file
7
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
on:
|
||||
push:
|
||||
jobs:
|
||||
another-job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: yanhao98/composite-actions@main
|
Reference in New Issue
Block a user