use consistent indentation in init.bat

This commit is contained in:
David Refoua
2022-10-18 15:20:35 +03:30
parent 6d77c988db
commit 971483b2b7
2 changed files with 126 additions and 126 deletions

View File

@ -7,14 +7,14 @@ on:
pull_request:
branches:
- master
defaults:
run:
shell: cmd
permissions:
contents: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- name: Testing Clink Shell
run: |
cmd /c vendor\init.bat
cmd /c vendor\init.bat /v /d /t
- name: Testing PowerShell
run: |
PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "Invoke-Expression '. ''vendor\profile.ps1'''"