Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed May 28, 2020
1 parent 9e8788c commit 7bf6aca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/check/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ def check():
if not info:
exit("::error::No information provided.")


if __name__ == "__main__":
check()
4 changes: 3 additions & 1 deletion scripts/check/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ async def check():
)

if not repo["topics"]:
issues.append("::error::No topics. (https://hacs.xyz/docs/publish/start#topics)")
issues.append(
"::error::No topics. (https://hacs.xyz/docs/publish/start#topics)"
)

if issues:
for issue in issues:
Expand Down

0 comments on commit 7bf6aca

Please sign in to comment.