mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-08 11:46:53 +08:00
Try input autocrlf.
This commit is contained in:
parent
44be568028
commit
3395fac710
2
.github/workflows/format-check.yml
vendored
2
.github/workflows/format-check.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
export CLANGFORMAT=`pwd`/clang/bin/clang-format
|
export CLANGFORMAT=`pwd`/clang/bin/clang-format
|
||||||
export PATH="$PATH:/root/.dotnet/tools"
|
export PATH="$PATH:/root/.dotnet/tools"
|
||||||
./formatters/format.sh
|
./formatters/format.sh
|
||||||
git config --global core.autocrlf false
|
git config --global core.autocrlf input
|
||||||
git diff > format-diff.txt
|
git diff > format-diff.txt
|
||||||
|
|
||||||
- name: Archive formatting result
|
- name: Archive formatting result
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user