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