Skip to content

Add 'module' to addon name to follow guidelines #5

Add 'module' to addon name to follow guidelines

Add 'module' to addon name to follow guidelines #5

# https://github.com/xbmc/action-kodi-addon-checker?tab=readme-ov-file#example-usage
name: Addon Validation
on: [push, pull_request]
jobs:
kodi-addon-checker:
name: Kodi Addon checker
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Validate Addon
uses: xbmc/[email protected]
with:
kodi-version: nexus
addon-id: ${{ github.event.repository.name }}
is-pr: false