Skip to content

Merge pull request #487 from MoojMidge/stream_selection #9

Merge pull request #487 from MoojMidge/stream_selection

Merge pull request #487 from MoojMidge/stream_selection #9

name: Add-on Validations
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
addon-validations:
if: github.repository == 'anxdpanic/plugin.video.youtube'
name: Add-on Validations
runs-on: ubuntu-20.04
steps:
- name: Checkout Add-on
uses: actions/checkout@v3
with:
path: ${{ github.event.repository.name }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install git+https://github.com/xbmc/addon-check.git
- name: Kodi Add-on Checker (Nexus)
id: kodi-addon-checker-nexus
run: |
kodi-addon-checker ${{ github.event.repository.name }} --branch=nexus