Skip to content

Commit 65073a5

Browse files
authored
Add addon check action (#1)
Add addon check action
2 parents ec1a35a + 616417a commit 65073a5

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/addon-check.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
<platform>all</platform>
1212
<license>GPLv3</license>
1313
<source>https://github.com/phate89/tvdbsimple</source>
14+
<assets>
15+
<icon>icon.png</icon>
16+
</assets>
1417
</extension>
1518
</addon>

0 commit comments

Comments
 (0)