Skip to content

Remove python 2.7 / Leia support (#113) #367

Remove python 2.7 / Leia support (#113)

Remove python 2.7 / Leia support (#113) #367

Workflow file for this run

name: Kodi
on:
# Run action when pushed to master, or for commits in a pull request.
push:
branches:
- master
pull_request:
branches:
- master
jobs:
kodi-addon-checker:
name: Addon checker
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
kodi-version: [ matrix ]
steps:
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
uses: actions/checkout@v2
- name: Run kodi-addon-checker
uses: xbmc/[email protected]
with:
kodi-version: ${{ matrix.kodi-version }}
rewrite-for-matrix: true
addon-id: ${{ github.event.repository.name }}