Skip to content

better ci

better ci #1

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/[email protected]
with:
kodi-version: matrix
is-pr: ${{ github.event_name == 'pull_request' }}
addon-id: ${{ github.event.repository.name }}