mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
Change quotes to single quotes
This commit is contained in:
parent
8014b2fa1f
commit
c4827fbec0
1 changed files with 1 additions and 1 deletions
2
.github/actions/test/action.yml
vendored
2
.github/actions/test/action.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue