narugit/CRLF Line Ending Check
Detect files with CRLF line endings and optionally comment on the Pull Request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 13, 2025
- License
- None
Pinned Snippet
uses: narugit/crlf-guard@4c7e50ead515d567dcd3e1cd20473124f1e85802 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| language | Language to use for PR comments and logs (en or ja). | no | en |
| fail-on-crlf | Fail the action when files with CRLF line endings are detected. | no | true |
| comment-on-failure | Post a warning comment on the Pull Request when CRLF files are detected. | no | true |
| exclude-globs | Glob patterns (comma or newline separated) for files to ignore. | no | "" |
| github-token | Token passed to the gh CLI; defaults to the caller's GITHUB_TOKEN. | no | — |
Outputs
no outputs