From 12b21cf352856f7c440cbc2951ecea6fdda2e339 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 6 Dec 2023 22:48:36 +0200 Subject: [PATCH] Add addon check to Makefile --- Makefile | 5 +++++ requirements.txt | 1 + 2 files changed, 6 insertions(+) diff --git a/Makefile b/Makefile index c1444e0..5253ba3 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,8 @@ lint: plugin.video.external.library/service.py PHONY: lint + +check: + kodi-addon-checker --branch nexus plugin.video.external.library + +PHONY: check diff --git a/requirements.txt b/requirements.txt index ea148bb..f784b2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ Kodistubs pylint +kodi-addon-checker