Skip to content

Version 2.2.4 release notes #85

Version 2.2.4 release notes

Version 2.2.4 release notes #85

name: Kodi addon checker on matrix
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Test with kodi-addon-checker on branch matrix
run: |
pip install kodi-addon-checker
kodi-addon-checker --branch matrix .