diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index a92935e..3a17ff6 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -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: # Install-Module PSScriptAnalyzer -Scope AllUsers -Force #