From 63b9e8b75dd4e12e54f5ff8612f0664004debffd Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:28:19 -0500 Subject: [PATCH] test: update workflow --- .github/workflows/powershell.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/powershell.yml b/.github/workflows/powershell.yml index 200e585..26bfe4f 100644 --- a/.github/workflows/powershell.yml +++ b/.github/workflows/powershell.yml @@ -37,11 +37,11 @@ jobs: # Check https://github.com/microsoft/action-psscriptanalyzer for more info about the options. # The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules. path: | - .\source\Classes - .\source\helper - .\source\Private - .\source\Public - .\source\tests + source/Classes + source/helper + source/Private + source/Public + source/tests recurse: true # Include your own basic security rules. Removing this option will run all the rules includeRule: |