add missing readme check back

This commit is contained in:
Simon 2023-11-01 11:09:38 +07:00
parent cccb3cd246
commit ef1232fa6b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -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")