Commit Graph

6 Commits

Author SHA1 Message Date
Simone d19099a257 ci(lint): move PSScriptAnalyzer off the Linux runner (Phase C7)
Apply analysis ยง4 option 1: pssa job runs on windows-build with
shell: powershell, gated to workflow_dispatch so push/PR don't queue it when
no Windows runner is registered. The python job stays on linux-build. No job
on a Linux runner uses pwsh anymore.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 20:15:10 +02:00
Simone 9c84e66dc3 fix(lint): change Python job runner from Windows to Linux and update shell to Bash
Lint / pssa (push) Successful in 10s
Lint / python (push) Failing after 17s
fix(script): add CmdletBinding attribute to Set-GuestInfoIP function for better process support
2026-05-26 18:38:56 +02:00
Simone a190282757 fix(lint): change job runner from windows to linux and update shell to pwsh
Lint / python (push) Failing after 3s
Lint / pssa (push) Failing after 16s
2026-05-26 18:35:19 +02:00
Simone 72defb2601 fix(ci): ephemeral lint venv on main
Lint / python (push) Failing after 24s
Lint / pssa (push) Failing after 35s
Stops a main-triggered Lint run from poisoning the shared production
venv (see feature branch commit for full rationale).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 15:44:37 +02:00
Simone aa7e375e5d 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
2026-05-17 00:22:41 +02:00
Simone 67d81c2fc2 ci: aggiungi workflow lint.yml da feature/python-rewrite-and-linux-migration
Lint / python (push) Failing after 27s
Lint / pssa (push) Failing after 38s
2026-05-17 00:14:16 +02:00