ci: aggiungi workflow_dispatch (trigger manuale) a lint.yml
Lint / pssa (push) Successful in 23s
Lint / python (push) Successful in 26s

This commit is contained in:
Simone
2026-05-17 00:23:56 +02:00
parent e810747557
commit 4b70172c52
+2
View File
@@ -5,9 +5,11 @@
# Failures block the PR. Fix warnings with:
# Invoke-ScriptAnalyzer -Path scripts\ -Recurse -Fix
name: Lint
on:
workflow_dispatch:
push:
paths:
- '**.ps1'