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

This commit is contained in:
2026-05-26 18:35:19 +02:00
parent 6d205386dc
commit a190282757
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ on:
jobs:
pssa:
runs-on: windows-build
runs-on: linux-build
timeout-minutes: 10
steps:
@@ -37,7 +37,7 @@ jobs:
fetch-depth: 1
- name: Run PSScriptAnalyzer
shell: powershell
shell: pwsh
run: |
$ErrorActionPreference = 'Stop'