mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Update weekly_crlftolf.yaml
This commit is contained in:
2
.github/workflows/weekly_crlftolf.yaml
vendored
2
.github/workflows/weekly_crlftolf.yaml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Apply dos2unix to files with CRLF endings
|
- name: Apply dos2unix to files with CRLF endings
|
||||||
run: |
|
run: |
|
||||||
# Loop through each file and apply dos2unix
|
# Loop through each file and apply dos2unix
|
||||||
# shellcheck ignore=SC2043
|
# shellcheck disable=SC2043
|
||||||
for f in ${{ steps.check-crlf.outputs.files }}; do
|
for f in ${{ steps.check-crlf.outputs.files }}; do
|
||||||
# Apply dos2unix and keep the original timestamp
|
# Apply dos2unix and keep the original timestamp
|
||||||
dos2unix -k "$f"
|
dos2unix -k "$f"
|
||||||
|
|||||||
Reference in New Issue
Block a user