From 5ac308e8a65c7022ef851463d8ab5e1ba4b5edbe Mon Sep 17 00:00:00 2001 From: Uwe Date: Thu, 16 Mar 2023 06:23:03 +0100 Subject: [PATCH] [Lint] remove checks for line endings - there is no need to check for certain OS line endings, git handles them well apparently --- .github/workflows/sub_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub_lint.yml b/.github/workflows/sub_lint.yml index 83738ba26b..5ec623ec2f 100644 --- a/.github/workflows/sub_lint.yml +++ b/.github/workflows/sub_lint.yml @@ -39,7 +39,7 @@ on: type: string required: true checkLineendings: - default: true + default: false type: boolean required: false lineendingsFailSilent: