Skip to content

Commit

Permalink
Add Kodi addon checker
Browse files Browse the repository at this point in the history
  • Loading branch information
f-lawe committed Jul 5, 2024
1 parent 7f68d1d commit c257ad2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kodi-version: [ matrix ]
python-version: [ 3.9 ]
steps:
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
Expand All @@ -30,3 +31,10 @@ jobs:

- name: Run pylint
run: pylint ./resources

- name: Run kodi-addon-checker
uses: xbmc/[email protected]
with:
rewrite-for-matrix: true
kodi-version: ${{ matrix.kodi-version }}
addon-id: ${{ github.event.repository.name }}

0 comments on commit c257ad2

Please sign in to comment.