1
0

adds basic checks

This commit is contained in:
2024-12-29 16:51:12 +01:00
parent ba02ef502c
commit eeb1f727df
+6
View File
@@ -65,6 +65,12 @@ def check_stats_commands() -> List[Tuple[bool, str]]:
def check_scripts() -> Dict[str, List[Tuple[bool, str|None]]]: def check_scripts() -> Dict[str, List[Tuple[bool, str|None]]]:
"""Run all checks for each script.""" """Run all checks for each script."""
checks = { checks = {
"check": [
check_command("python3"),
check_command("git"),
check_command("sudo"),
check_command("man"),
],
"e-ink": [ "e-ink": [
check_command("python3"), check_command("python3"),
check_python_lib("PIL"), check_python_lib("PIL"),