mdolab / .github

0 stars 3 forks source link

Added fprettify job #37

Closed sseraj closed 2 years ago

sseraj commented 2 years ago

Purpose

This adds a job for fprettify that we can use to style check our Fortran codes.

Expected time until merged

I will probably just merge this tomorrow and then push directly to main to iterate on any fixes, but comments are welcome.

Type of change

Testing

Checklist

marcomangano commented 2 years ago

Looks good, I assume there is no equivalent --dry-run arg or a direct exit code for this tool so we have to rely on git diff?

sseraj commented 2 years ago

Looks good, I assume there is no equivalent --dry-run arg or a direct exit code for this tool so we have to rely on git diff?

That's correct. There is no built-in check functionality.