Update weekly_crlftolf.yaml

This commit is contained in:
Alexandre
2023-09-08 20:44:53 +02:00
committed by GitHub
parent b02e402d8f
commit 4c2675d86a

View File

@@ -17,7 +17,6 @@ jobs:
id: sort
run: |
echo "Converting crlf to lf"
apt-get install dos2unix
find . -type f -print0 | xargs -0 dos2unix;
shell: bash
- name: Create New Pull Request If Needed