mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2026-03-10 04:03:02 -05:00
tests: add a Makefile target to run awesome_bot on full README.md #4293
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nodiscc on GitHub (May 25, 2019).
Originally assigned to: @nodiscc on GitHub.
Currently awesome_bot only runs on diffs extracted from pull requests. To detect inevitable link rot, we should add a Makefile target to run it on the whole file,and remember to run this check from time to time.
This make target should aslo be called when
make testsis run.