fix: enforce LF line endings for shell scripts (.gitattributes)
All checks were successful
PR Tests / Lint, Build & Test (pull_request) Successful in 5m30s
Security Scan / Go Vulnerability Check (pull_request) Successful in 4m47s

This commit is contained in:
2026-04-05 22:17:51 +02:00
parent 68777a5516
commit f893d26791

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ensure shell scripts always have Unix line endings (LF),
# even when checked out on Windows.
*.sh text eol=lf
entrypoint.sh text eol=lf