Skip to content

Commit

Permalink
Update integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
anxdpanic committed Jun 23, 2021
1 parent d0a0f86 commit ec2ffe8
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/addon-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,31 @@ 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
uses: actions/checkout@v2
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
- name: Kodi Add-on Checker (Isengard)
id: kodi-addon-checker-isengard
run: |
rm -rf LICENSES/
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
id: kodi-addon-checker
- name: Kodi Add-on Checker (Matrix)
id: kodi-addon-checker-matrix
run: |
kodi-addon-checker ${{ github.event.repository.name }} --branch=isengard
kodi-addon-checker ${{ github.event.repository.name }} --branch=matrix

0 comments on commit ec2ffe8

Please sign in to comment.