diff --git a/.github/workflows/linter_on_push.yml b/.github/workflows/linter_on_push.yml index 00abad792..dbe7cc1da 100644 --- a/.github/workflows/linter_on_push.yml +++ b/.github/workflows/linter_on_push.yml @@ -38,4 +38,8 @@ jobs: uses: actions/checkout@v1 - name: Use action to check for CRLF endings - uses: erclu/check-crlf@v1 + uses: erclu/check-crlf@v1.2.0 + + - name: check-mixed-line-endings + uses: ymwymw/check-mixed-line-endings@v2 +