Check CRLF line endings
Version updated for https://github.com/gi-org-pl/check-crlf-action to version v1.0.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The check-crlf-action GitHub Action ensures code consistency by detecting and failing workflows if any tracked files in the repository use CRLF (\r\n) line endings instead of LF line endings. It automates the enforcement of uniform line endings across the codebase, helping to prevent issues caused by inconsistent line ending formats in collaborative development environments.
Release notes
What’s Changed
- Remove unnecessary IDE files and add code owners by @oskarbarcz in https://github.com/gi-org-pl/check-csrf-action/pull/2
Full Changelog: https://github.com/gi-org-pl/check-csrf-action/compare/v1.0.1...v1.0.2