diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index cbc6bb63d..114f75018 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -53,8 +53,9 @@ jobs: export CLANGFORMAT=`pwd`/clang/bin/clang-format export PATH="$PATH:/root/.dotnet/tools" ./formatters/format.sh + git config --global core.autocrlf false git diff > format-diff.txt - + - name: Archive formatting result uses: actions/upload-artifact@v2 with: