Update integrations

This commit is contained in:
anxdpanic 2021-06-23 14:03:56 -04:00
parent d0a0f86107
commit ec2ffe8833

View file

@ -11,8 +11,8 @@ jobs:
addon-validations:
if: github.repository == 'anxdpanic/plugin.video.youtube'
runs-on: ubuntu-latest
name: Add-on Validations
runs-on: ubuntu-latest
steps:
- name: Checkout Add-on
@ -20,23 +20,22 @@ jobs:
with:
path: ${{ github.event.repository.name }}
- name: Checkout kodi-addon-checker
uses: actions/checkout@v2
with:
repository: xbmc/addon-check
path: addon-check
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install addon-check/
python -m pip install git+https://github.com/xbmc/addon-check.git
- name: Staging
run: |
rm -rf LICENSES/
working-directory: ${{ github.event.repository.name }}
- name: Kodi Add-on Checker
id: kodi-addon-checker
- name: Kodi Add-on Checker (Isengard)
id: kodi-addon-checker-isengard
run: |
kodi-addon-checker ${{ github.event.repository.name }} --branch=isengard
- name: Staging for Matrix
run: |
git apply .patches/matrix-kodi-addon-checker.patch
working-directory: ${{ github.event.repository.name }}
- name: Kodi Add-on Checker (Matrix)
id: kodi-addon-checker-matrix
run: |
kodi-addon-checker ${{ github.event.repository.name }} --branch=matrix