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 fi
shell: bash shell: bash
- name: Verify executables in PATH on PowerShell for Windows - name: Verify executables in PATH on PowerShell
if: runner.os == 'Windows'
run: | run: |
Get-Command "selene" Get-Command "selene"
Get-Command "stylua" Get-Command "stylua"