decimalturn/Enforce-CRLF
Enforce CRLF.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 5, 2026
- License
- MIT
Pinned Snippet
uses: decimalturn/enforce-crlf@55065c78ddda1ca041e510168cc0424eb5801c5e # v1.3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| extensions | List of extensions (including the dot) seperated by a comma. | yes | — |
| fail-on-lf | If true, fail the workflow if any files need to be converted (do not auto-fix, just report and fail). | no | false |
| do-checkout | Set to true in order to let the action perform the checkout for you (default = false). | — | false |
| do-push | Set to true in order to let the action perform the checkout for you (default = false). | — | false |
| bot-name | Name of the bot that will perform the commit. | — | github-actions[bot] |
| bot-email | Email of the bot that will perform the commit. | — | 41898282+github-actions[bot]@users.noreply.github.com |
Outputs
no outputs