mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
Fix file extension to dos2unix.
This commit is contained in:
parent
4588d74428
commit
6d960d5125
2
.github/workflows/format-check.yml
vendored
2
.github/workflows/format-check.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user