Fix file extension to dos2unix.

This commit is contained in:
Mario Zechner 2021-08-18 20:57:02 +02:00
parent 4588d74428
commit 6d960d5125

View File

@ -55,7 +55,7 @@ jobs:
export CLANGFORMAT=`pwd`/clang/bin/clang-format
export PATH="$PATH:/root/.dotnet/tools"
./formatters/format.sh
find . -type f -name '*.php' -exec dos2unix '{}' +
find . -type f -name '*.cs' -exec dos2unix '{}' +
git diff > format-diff.txt
- run: spine-csharp/src/Atlas.cs