chore: update

This commit is contained in:
zizifn
2020-12-13 20:03:40 +08:00
committed by zizifn3
parent 7e18ced651
commit 0fd00298b2
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
function Show-Calendar {
Write-Host "output - Show-Calendar"
}
function Show-Calendar2 {
Write-Host "output - Show-Calendar2"
}
function Show-Calendar3 {
Write-Host "output - Show-Calendar3"
}

View File

@@ -32,3 +32,5 @@ jobs:
run: |
. ./module.ps1
Show-Calendar
Show-Calendar3
Show-Calendar2