fix(lint): change job runner from windows to linux and update shell to pwsh
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user