]> Dogcows Code - chaz/p5-File-KDBX-XS/commitdiff
do not unit test Windows with crlf line endings
authorCharles McGarvey <ccm@cpan.org>
Fri, 8 Apr 2022 22:16:14 +0000 (16:16 -0600)
committerCharles McGarvey <ccm@cpan.org>
Fri, 8 Apr 2022 22:20:13 +0000 (16:20 -0600)
.github/workflows/windows.yml

index caa31f8864576d739fd56e7e969ca9c4fa0d76e9..bc2e3a0def5534da6bb66442b6c124ac5d0e1dbb 100644 (file)
@@ -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
This page took 0.02007 seconds and 4 git commands to generate.