fix: add missing workflow_dispatch trigger to lint.yml
Lint / python (push) Failing after 11s
Lint / pssa (push) Failing after 27s

fix: update .gitignore to include AI tools and Python bytecode
This commit is contained in:
Simone
2026-05-17 00:22:41 +02:00
parent 67d81c2fc2
commit aa7e375e5d
2 changed files with 9 additions and 0 deletions
+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'
+7
View File
@@ -46,3 +46,10 @@ $RECYCLE.BIN/
# Copilot Orchestrator temporary files
.orchestrator/
.worktrees/
# AI/strumenti locali
.claude/
# Python bytecode
__pycache__/
*.pyc