-
Notifications
You must be signed in to change notification settings - Fork 3
37 lines (28 loc) · 879 Bytes
/
addon-validations.yml
File metadata and controls
37 lines (28 loc) · 879 Bytes
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
name: Add-on Validations
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
addon-validations:
if: github.repository == 'anxdpanic/script.common.plugin.cache'
name: Add-on Validations
runs-on: ubuntu-latest
steps:
- name: Set up Python v3.9
uses: actions/setup-python@v3
with:
python-version: '3.9'
- 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