mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
Update integrations
This commit is contained in:
parent
d0a0f86107
commit
ec2ffe8833
1 changed files with 14 additions and 15 deletions
29
.github/workflows/addon-validations.yml
vendored
29
.github/workflows/addon-validations.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue