Add dos2unix for windows

This commit is contained in:
Orsiris de Jong 2022-07-07 21:49:34 +02:00 committed by GitHub
parent 60ceccfff1
commit e395e8ca65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
env:
RUNNING_ON_GITHUB_ACTIONS: true
run: |
find . -type f -print0 | xargs -0 -n 1 -P 4 dos2unix
./dev/tests/run_tests.sh
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1