Skip to content

Commit

Permalink
Add addon check to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
romanvm committed Dec 6, 2023
1 parent cd8a5c7 commit 12b21cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Kodistubs
pylint
kodi-addon-checker

0 comments on commit 12b21cf

Please sign in to comment.