[Bugfix]CI: disable line-ending conversion as it damages .FCStd files
This commit is contained in:
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
@@ -221,6 +221,7 @@ jobs:
|
||||
echo "" >> ${{ env.logdir }}checkReport.md
|
||||
|
||||
- name: Harmonize Line endings
|
||||
if: false #disabled because it causes failure when applied on .FCStd files
|
||||
id: harmonize-line-endings
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user