ci(lint): tweak comment header to trigger workflow re-run
Lint / python (push) Failing after 9s
Lint / pssa (push) Successful in 25s

This commit is contained in:
2026-05-14 22:43:55 +02:00
parent ebc53b5fb9
commit 632d668327
+1 -1
View File
@@ -1,4 +1,4 @@
# PSScriptAnalyzer lint — runs on every push/PR that touches PowerShell files. # PSScriptAnalyzer + Python lint — runs on every push/PR that touches code files.
# Requires PSScriptAnalyzer installed on the runner host: # Requires PSScriptAnalyzer installed on the runner host:
# Install-Module PSScriptAnalyzer -Scope AllUsers -Force # Install-Module PSScriptAnalyzer -Scope AllUsers -Force
# #