diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 9e0daa5..e403859 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -40,7 +40,7 @@ runs: shell: bash - name: Verify executables in PATH on PowerShell for Windows - if: runner.os == "Windows" + if: runner.os == 'Windows' run: | Get-Command "selene" Get-Command "stylua"