mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
Update weekly_crlftolf.yaml
This commit is contained in:
2
.github/workflows/weekly_crlftolf.yaml
vendored
2
.github/workflows/weekly_crlftolf.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
id: sort
|
||||
run: |
|
||||
echo "Converting crlf to lf"
|
||||
find . -type f -print0 | xargs -0 dos2unix;
|
||||
find . -type f -exec dos2unix {} \;
|
||||
shell: bash
|
||||
- name: Create New Pull Request If Needed
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
|
||||
Reference in New Issue
Block a user