mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-21 19:30:12 +00:00
add missing readme check back
This commit is contained in:
parent
cccb3cd246
commit
ef1232fa6b
@ -84,6 +84,7 @@ class GithubHook(WebhookBase):
|
||||
if self.repo != "tubearchivist":
|
||||
return
|
||||
|
||||
self._check_readme()
|
||||
build_message = self.check_commit_message()
|
||||
if not build_message:
|
||||
print("build keyword not found in commit message")
|
||||
|
Loading…
Reference in New Issue
Block a user