mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-23 23:58:15 -05:00
The version of md5sum.exe that runs in GitHub Actions gets confused when its input file ends with CRLF, which is weird because this is supposed to be a Windows environment. So I added a .gitattributes to force these checksum files to have LF line endings.
1 line
17 B
Plaintext
1 line
17 B
Plaintext
*.md5 text eol=lf |