diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 7eebf44..9e0daa5 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -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"