ci: run PowerShell test on all platforms

This commit is contained in:
ok-nick 2023-08-03 11:35:25 -04:00
parent 8b8ed57afd
commit fcd6610c4a
No known key found for this signature in database
GPG key ID: E6F3F722530600D2

View file

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