Merge pull request #47 from voc/test-py313 #69
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
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@v4 | ||
- name: Validate Addon | ||
uses: xbmc/[email protected] | ||
kodi-version: matrix | ||
addon-id: ${{ github.event.repository.name }} |