From f7e7f050a13815ee47c885b443769bec360c8f8f Mon Sep 17 00:00:00 2001 From: James Garriss <52328727+james-garriss@users.noreply.github.com> Date: Tue, 24 Dec 2024 07:07:34 -0500 Subject: [PATCH] add fake function --- utils/workflow/New-Test.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 utils/workflow/New-Test.ps1 diff --git a/utils/workflow/New-Test.ps1 b/utils/workflow/New-Test.ps1 new file mode 100644 index 0000000000..48bd3ceecd --- /dev/null +++ b/utils/workflow/New-Test.ps1 @@ -0,0 +1,3 @@ +function New-Test { + Write-Warning "This is a test of the emergency broadcast system." +} \ No newline at end of file