From 72a2b492208aaadaac128e5766ded2137e9e8d62 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Thu, 22 Feb 2024 01:46:37 -0500 Subject: [PATCH] test --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cd02490..415dbaa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,13 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] steps: + - run: | + git config core.autocrlf + git config core.lf - uses: actions/checkout@v4 + - run: | + git config core.autocrlf + git config core.lf - uses: taiki-e/install-action@just - uses: actions/setup-node@v4 with: