File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 55# | Mikachu2333 <[email protected] >66# |
77# Created On : <2025-06-19>
8- # Last Modified : <2025-08-07 >
8+ # Last Modified : <2025-08-11 >
99#
1010# Test PR
1111# ---------------------------------------------------------------
@@ -14,11 +14,12 @@ name: 测试PR
1414
1515on :
1616 pull_request :
17- types : [opened,
18- synchronize, # 后续提交
19- ready_for_review, # draft PR 转为正式 PR
20- review_requested,
21- reopened]
17+ types : [
18+ opened,
19+ ready_for_review, # draft PR 转为正式 PR
20+ review_requested,
21+ reopened,
22+ ]
2223 paths :
2324 - " src/**"
2425 - " lib/**"
5051 - name : 检出代码
5152 uses : actions/checkout@v4
5253
54+ - name : 创建测试文件
55+ shell : powershell
56+ run : |
57+ New-Item -Path "$env:USERPROFILE\Documents\Powershell\Microsoft.PowerShell_profile.ps1" -ItemType File -Force
58+ New-Item -Path "$env:USERPROFILE\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1" -ItemType File -Force
59+
5360 - name : 安装依赖
5461 run : |
5562 choco install just
You can’t perform that action at this time.
0 commit comments