indrajithi / tiny-web-crawler

A simple and easy to use web crawler for Python
MIT License
55 stars 11 forks source link

Set tests stage to push #25

Closed Mews closed 1 week ago

Mews commented 1 week ago

Closes #20

Changes Set the pytest stage to run on push rather than on commit. For this to work, the push hook has to be installed through pre-commit install --hook-type pre-push Also added the command to install the push hook to the Contribute part of the README