Skip to content

Endless work to try and get things to work consistently... #45

Endless work to try and get things to work consistently...

Endless work to try and get things to work consistently... #45

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@v1
- name: Kodi addon checker validation
id: kodi-addon-checker
uses: xbmc/action-kodi-addon-checker@v1.1
with:
kodi-version: matrix
is-pr: false
addon-id: ${{ github.event.repository.name }}