From 2a770150efaed641abc2c89eac23d58822d6ed72 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Feb 2022 09:14:38 +0100 Subject: [PATCH] Update linter_on_push.yml --- .github/workflows/linter_on_push.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +