summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Milligan <tom.milligan@uipath.com>2023-12-30 20:04:29 +0000
committerTom Milligan <tom.milligan@uipath.com>2023-12-30 20:14:53 +0000
commit1bb14684c4be5e2930579868c19a57e85febf5c3 (patch)
treea8ee4d6e52149a975d4094421aaf5eb55d614126
parentb3798b4d9f780a865d180a14b4a70091142451da (diff)
chore: use LF everywhere in ci99-custom-admonitions
-rw-r--r--.github/workflows/check.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index abcd2ac..a757db3 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -96,6 +96,12 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
+ # This is required, otherwise we get files with CRLF on Windows
+ # Which causes tests relying on data loaded from files to fail
+ - name: Set git to use LF everywhere
+ run: |
+ git config --global core.autocrlf false
+ git config --global core.eol lf
- name: Checkout sources
uses: actions/checkout@v4
- name: Cache build files