We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec1a35a + 616417a commit 65073a5Copy full SHA for 65073a5
.github/workflows/addon-check.yml
@@ -0,0 +1,16 @@
1
+name: Kodi Addon-Check
2
+
3
+on: [push]
4
5
+jobs:
6
+ kodi-addon-checker:
7
+ runs-on: ubuntu-latest
8
+ name: Kodi addon checker
9
+ steps:
10
+ - name: Checkout
11
+ uses: actions/checkout@v1
12
+ - name: Kodi addon checker validation
13
+ id: kodi-addon-checker
14
+ uses: xbmc/action-kodi-addon-checker@v1.0
15
+ with:
16
+ kodi-version: matrix
addon.xml
@@ -11,5 +11,8 @@
<platform>all</platform>
<license>GPLv3</license>
<source>https://github.com/phate89/tvdbsimple</source>
+ <assets>
+ <icon>icon.png</icon>
+ </assets>
17
</extension>
18
</addon>
0 commit comments