Test executables in PATH on PowerShell for Windows only

This commit is contained in:
ok-nick 2022-08-22 16:21:49 -04:00
parent e69273aef2
commit 15bb8d4ec1
No known key found for this signature in database
GPG key ID: A93D451DB4F2EB17

View file

@ -39,7 +39,8 @@ runs:
fi
shell: bash
- name: Verify executables in PATH on Powershell
- name: Verify executables in PATH on PowerShell for Windows
if: runner.os == "Windows"
run: |
Get-Command "selene"
Get-Command "stylua"