Closed jbampton closed 3 weeks ago
refs #1647
[CI] my subject
This PR adds another check/test/hook to our pre-commit framework
So far just targets TOML files.
Using pre-commit we can auto add license headers to files on git commit or when running pre-commit run --all-files
git commit
pre-commit run --all-files
Tested with pre-commit both before and after the license header was added.
refs #1647
Did you read the Contributor Guide?
Is this PR related to a JIRA ticket?
[CI] my subject
What changes were proposed in this PR?
This PR adds another check/test/hook to our pre-commit framework
So far just targets TOML files.
Using pre-commit we can auto add license headers to files on
git commit
or when runningpre-commit run --all-files
How was this patch tested?
Tested with pre-commit both before and after the license header was added.
Did this PR include necessary documentation updates?