mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
Disable autocrlf before checking modified files.
This commit is contained in:
parent
a99ae8c162
commit
44be568028
3
.github/workflows/format-check.yml
vendored
3
.github/workflows/format-check.yml
vendored
@ -53,8 +53,9 @@ 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 diff > format-diff.txt
|
git diff > format-diff.txt
|
||||||
|
|
||||||
- name: Archive formatting result
|
- name: Archive formatting result
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user