Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Action instead of a filter for CRLF normalization #106

Merged
merged 4 commits into from
Jul 18, 2024

Conversation

DecimalTurn
Copy link
Contributor

Follow up on #77 (comment)

This PR uses the following GitHub action to perform the CRLF line normalization for .bas, .frm and .cls files: https://github.com/marketplace/actions/enforce-crlf

I'm using the hash of the version instead of the version itself as recommended here. Also, by using do-checkout: true and do-push: true the action will perform the checkout and commit action by itself.

@DecimalTurn
Copy link
Contributor Author

DecimalTurn commented Jul 18, 2024

First run of the action took 17 sec, but should be faster on future uses, since the package tofrodos (To and From DOS) is now cached.

@sancarn sancarn merged commit a351c01 into sancarn:master Jul 18, 2024
1 of 2 checks passed
@sancarn
Copy link
Owner

sancarn commented Jul 18, 2024

Thanks as always @DecimalTurn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants