Update weekly_crlftolf.yaml

This commit is contained in:
Alexandre
2023-09-08 20:39:48 +02:00
committed by GitHub
parent 07f85132c3
commit b2a40fa35e

View File

@@ -17,7 +17,7 @@ jobs:
id: sort
run: |
echo "Converting crlf to lf"
grep -rl '^M$' . | xargs sed 's/^M$//'
find blog -type f -print0 | xargs -0 dos2unix;
shell: bash
- name: Create New Pull Request If Needed
uses: peter-evans/create-pull-request@v5