Skip to content

Merge pull request #44 from voc/py-3.12 #64

Merge pull request #44 from voc/py-3.12

Merge pull request #44 from voc/py-3.12 #64

Workflow file for this run

name: Kodi Addon-Check
on: [push, pull_request]
jobs:
kodi-addon-checker:
runs-on: ubuntu-latest
name: Kodi addon checker
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Validate Addon
uses: xbmc/[email protected]
with:
kodi-version: jarvis
addon-id: ${{ github.event.repository.name }}
- name: Validate Addon for Matrix
uses: xbmc/[email protected]
with:
kodi-version: matrix
rewrite-for-matrix: true
addon-id: ${{ github.event.repository.name }}