diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 0d2ba001f..b924c310d 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - run: git config --global core.autocrlf input + - run: git config --global core.autocrlf false - uses: actions/checkout@v1