-
Notifications
You must be signed in to change notification settings - Fork 114
42 lines (33 loc) · 998 Bytes
/
addon-validations.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: Add-on Validations
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
addon-validations:
if: github.repository == 'anxdpanic/plugin.video.youtube'
runs-on: ubuntu-latest
name: Add-on Validations
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/
- name: Staging
run: |
rm -rf LICENSES/
working-directory: ${{ github.event.repository.name }}
- name: Kodi Add-on Checker
id: kodi-addon-checker
run: |
kodi-addon-checker ${{ github.event.repository.name }} --branch=isengard