Update weekly_crlftolf.yaml

This commit is contained in:
Alexandre
2023-12-29 13:39:55 +01:00
committed by GitHub
parent 7739fbd294
commit ab48f89257

View File

@@ -27,6 +27,7 @@ jobs:
- name: Apply dos2unix to files with CRLF endings
run: |
# Loop through each file and apply dos2unix
# shellcheck ignore=SC2043
for f in ${{ steps.check-crlf.outputs.files }}; do
# Apply dos2unix and keep the original timestamp
dos2unix -k "$f"