packit / .github

Workflow (Github Action) templates
MIT License
0 stars 3 forks source link

Use pre-commit hook to enforce license header on source files #9

Closed lbarcziova closed 7 months ago

lbarcziova commented 7 months ago

@thrix mentioned that they use a pre-commit hook from this repo to automatically include license headers in their source code (TF code).

It would be nice to use this across our repositories.

TODO: