fix: add missing workflow_dispatch trigger to lint.yml
fix: update .gitignore to include AI tools and Python bytecode
This commit is contained in:
@@ -5,9 +5,11 @@
|
|||||||
# Failures block the PR. Fix warnings with:
|
# Failures block the PR. Fix warnings with:
|
||||||
# Invoke-ScriptAnalyzer -Path scripts\ -Recurse -Fix
|
# Invoke-ScriptAnalyzer -Path scripts\ -Recurse -Fix
|
||||||
|
|
||||||
|
|
||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**.ps1'
|
- '**.ps1'
|
||||||
|
|||||||
@@ -46,3 +46,10 @@ $RECYCLE.BIN/
|
|||||||
# Copilot Orchestrator temporary files
|
# Copilot Orchestrator temporary files
|
||||||
.orchestrator/
|
.orchestrator/
|
||||||
.worktrees/
|
.worktrees/
|
||||||
|
|
||||||
|
# AI/strumenti locali
|
||||||
|
.claude/
|
||||||
|
|
||||||
|
# Python bytecode
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|||||||
Reference in New Issue
Block a user