From 632d668327d073b5ddeaea5854aeac267e02a476 Mon Sep 17 00:00:00 2001 From: Simone Date: Thu, 14 May 2026 22:43:55 +0200 Subject: [PATCH] ci(lint): tweak comment header to trigger workflow re-run --- .gitea/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #