Update weekly_crlftolf.yaml

This commit is contained in:
Alexandre
2023-09-08 21:36:19 +02:00
committed by GitHub
parent 61bb27f83d
commit 10f9951fc7

View File

@@ -17,8 +17,8 @@ jobs:
id: sort
run: |
echo "Converting crlf to lf"
apt-get update
apt-get install -y dos2unix
sudo apt-get update
sudo apt-get install -y dos2unix
find . -type f -exec dos2unix {} \;
shell: bash
- name: Create New Pull Request If Needed