File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313name : 测试PR
1414
1515on :
16+ push :
1617 pull_request :
17- types : [opened,
18- synchronize, # 后续提交
19- ready_for_review, # draft PR 转为正式 PR
20- review_requested,
21- reopened]
18+ types : [
19+ opened,
20+ synchronize, # 后续提交
21+ ready_for_review, # draft PR 转为正式 PR
22+ review_requested,
23+ reopened,
24+ ]
2225 paths :
2326 - " src/**"
2427 - " lib/**"
5861 run : |
5962 just
6063
64+ - name : 创建测试文件
65+ shell : powershell
66+ run : |
67+ New-Item -Path "$env:USERPROFILE\Documents\Powershell\Microsoft.PowerShell_profile.ps1" -ItemType File -Force
68+ New-Item -Path "$env:USERPROFILE\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1" -ItemType File -Force
69+
6170 - name : 测试test情况
6271 run : |
6372 just test
Original file line number Diff line number Diff line change 99 * | Mikachu2333 <mikachu.23333@zohomail.com>
1010 * |
1111 * Created On : <2023-08-28>
12- * Last Modified : <2025-08-07 >
12+ * Last Modified : <2025-08-08 >
1313 *
1414 * xy: 襄阳、咸阳
1515 * Corss-Platform C11 utilities for CLI applications in mixed
You can’t perform that action at this time.
0 commit comments