[Lint] remove checks for line endings

- there is no need to check for certain OS line endings, git handles them well apparently
This commit is contained in:
Uwe
2023-03-16 06:23:03 +01:00
parent 0e108cba4f
commit 5ac308e8a6

View File

@@ -39,7 +39,7 @@ on:
type: string
required: true
checkLineendings:
default: true
default: false
type: boolean
required: false
lineendingsFailSilent: