rmusser01 / tldw

tl/dw (Too Long, Didn't Watch): Your Personal Research Multi-Tool - a naive attempt at 'A Young Lady's Illustrated Primer'
Apache License 2.0
332 stars 11 forks source link

Enhancement: Setup git hooks #100

Closed rmusser01 closed 1 month ago

rmusser01 commented 3 months ago

Setup git hooks so they're ran on commit to main.

https://www.atlassian.com/git/tutorials/git-hooks https://github.com/CompSciLauren/awesome-git-hooks https://github.com/aitemr/awesome-git-hooks

rmusser01 commented 3 months ago

Setup tests to run on commit. Now that hte main functionality is in, tests can be the next utility item.

rmusser01 commented 1 month ago

https://stefaniemolin.com/articles/devx/pre-commit/hook-creation-guide/

rmusser01 commented 1 month ago

Well, there's something like a git hook, though its failing due to PATH and the dirty hack I had to use to make it work locally.