Change quotes to single quotes

This commit is contained in:
ok-nick 2022-08-22 16:36:04 -04:00
parent 8014b2fa1f
commit c4827fbec0
No known key found for this signature in database
GPG key ID: A93D451DB4F2EB17

View file

@ -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"