We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4116bda commit 4c027dfCopy full SHA for 4c027df
.github/workflows/r-python-slow-api-test.yml
@@ -15,9 +15,9 @@ jobs:
15
16
steps:
17
- name: Prevent conversion of line endings on Windows
18
- if: startsWith(matrix.os, 'windows')
19
- shell: pwsh
20
- run: git config --global core.autocrlf false
+ if: startsWith(matrix.os, 'windows')
+ shell: pwsh
+ run: git config --global core.autocrlf false
21
22
- name: Checkout repository
23
uses: actions/checkout@v4
0 commit comments