Skip to content

Commit

Permalink
[Bugfix]CI: disable line-ending conversion as it damages .FCStd files
Browse files Browse the repository at this point in the history
  • Loading branch information
0penBrain authored and chennes committed Oct 6, 2022
1 parent a5e2a5a commit 1793014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 1793014

Please sign in to comment.