Compare commits

...

1 Commits

Author SHA1 Message Date
Ashcon Partovi
d20a145f00 Fix syntax error from workflow [no ci] 2024-04-19 14:05:15 -07:00

View File

@@ -25,7 +25,7 @@ jobs:
name: Run Tests
runs-on: ${{ inputs.runs-on }}
steps:
- if: ${{ runner.os == "Windows" }}
- if: ${{ runner.os == 'Windows' }}
name: Setup Git
run: |
git config --global core.autocrlf false