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:
|
||||
# Invoke-ScriptAnalyzer -Path scripts\ -Recurse -Fix
|
||||
|
||||
|
||||
name: Lint
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- '**.ps1'
|
||||
|
||||
Reference in New Issue
Block a user