@b4n commented on this pull request.


> @@ -65,6 +65,7 @@ jobs:
           rsync -a --delete ${DESTINATON}/build/geany/ 
${DESTINATON}/release/geany-orig
       - name: CI-Build-Geany-Plugins
         run: |
+          find . -type f \( -name "configure.ac" -o -name "Makefile.am" -o 
-name "*.m4" -o -name "*.in" -o -name "*.pc.in" \) -exec dos2unix {} \;

```suggestion
          find . -type f \( -name "configure.ac" -o -name "Makefile.am" -o 
-name "*.m4" -o -name "*.in" \) -exec dos2unix {} \;
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1408#pullrequestreview-2933119569
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1408/review/[email protected]>

Reply via email to