Explorar el Código

Fix file extension to dos2unix.

Mario Zechner hace 4 años
padre
commit
6d960d5125
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/format-check.yml

+ 1 - 1
.github/workflows/format-check.yml

@@ -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