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