test: update workflow

This commit is contained in:
DrIOS
2024-06-08 14:32:43 -05:00
parent 63b9e8b75d
commit c842ae9720

View File

@@ -37,11 +37,11 @@ jobs:
# Check https://github.com/microsoft/action-psscriptanalyzer for more info about the options. # 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. # The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules.
path: | path: |
source/Classes .\source\Classes
source/helper .\source\helper
source/Private .\source\Private
source/Public .\source\Public
source/tests .\source\tests
recurse: true recurse: true
# Include your own basic security rules. Removing this option will run all the rules # Include your own basic security rules. Removing this option will run all the rules
includeRule: | includeRule: |