From f433d4c7b36c8b06acbec827a212bfc5657e5053 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Fri, 8 Apr 2022 16:16:14 -0600 Subject: [PATCH] do not unit test Windows with crlf line endings --- .github/workflows/windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index caa31f8..bc2e3a0 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,6 +21,8 @@ jobs: run: perl -V - name: Install dzil run: cpanm -n Dist::Zilla + - name: Configure git + run: git config --global core.autocrlf input - name: Checkout code uses: actions/checkout@v3 - name: Install author dependencies -- 2.43.0