Skip to content

Commit f783a88

Browse files
committed
Lower the bar...
1 parent afea39a commit f783a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
foreach ($file in $files) {
4343
$relativePath = $file.FullName.Replace($PWD.ProviderPath, ".")
44-
$results = Invoke-ScriptAnalyzer -Path $file.FullName -Severity Error
44+
$results = Invoke-ScriptAnalyzer -Path $file.FullName -Severity Warning
4545
4646
if ($results) {
4747
Write-Host "FAIL: $relativePath" -ForegroundColor Red

0 commit comments

Comments
 (0)