Skip to content

Commit 12b21cf

Browse files
committed
Add addon check to Makefile
1 parent cd8a5c7 commit 12b21cf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ lint:
66
plugin.video.external.library/service.py
77

88
PHONY: lint
9+
10+
check:
11+
kodi-addon-checker --branch nexus plugin.video.external.library
12+
13+
PHONY: check

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Kodistubs
22
pylint
3+
kodi-addon-checker

0 commit comments

Comments
 (0)