feat: echo powershell version in github actions

This commit is contained in:
fukusuket
2025-05-12 19:30:23 +09:00
parent bd8402e39f
commit 6149cd0fa1

View File

@@ -13,6 +13,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Check PowerShell version
run: |
$PSVersionTable.PSVersion
- name: Run WELA.ps1 audit-settings
run: |