mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 10:11:53 +02:00
Update weekly_crlftolf.yaml
This commit is contained in:
4
.github/workflows/weekly_crlftolf.yaml
vendored
4
.github/workflows/weekly_crlftolf.yaml
vendored
@@ -17,8 +17,8 @@ jobs:
|
|||||||
id: sort
|
id: sort
|
||||||
run: |
|
run: |
|
||||||
echo "Converting crlf to lf"
|
echo "Converting crlf to lf"
|
||||||
apt-get update
|
sudo apt-get update
|
||||||
apt-get install -y dos2unix
|
sudo apt-get install -y dos2unix
|
||||||
find . -type f -exec dos2unix {} \;
|
find . -type f -exec dos2unix {} \;
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Create New Pull Request If Needed
|
- name: Create New Pull Request If Needed
|
||||||
|
|||||||
Reference in New Issue
Block a user