File tree Expand file tree Collapse file tree 3 files changed +41
-25
lines changed
Expand file tree Collapse file tree 3 files changed +41
-25
lines changed Original file line number Diff line number Diff line change 1+ name : Add-on Validations
2+
3+ on :
4+ push :
5+ branches : [ master, main ]
6+
7+ pull_request :
8+ branches : [ master, main ]
9+
10+ jobs :
11+ addon-validations :
12+ runs-on : ubuntu-latest
13+ name : Add-on Validations
14+
15+ steps :
16+ - name : Checkout Add-on
17+ uses : actions/checkout@v2
18+ with :
19+ path : ${{ github.event.repository.name }}
20+
21+ - name : Checkout kodi-addon-checker
22+ uses : actions/checkout@v2
23+ with :
24+ repository : xbmc/addon-check
25+ path : addon-check
26+
27+ - name : Install dependencies
28+ run : |
29+ python -m pip install --upgrade pip
30+ python -m pip install addon-check/
31+
32+ - name : Staging
33+ run : |
34+ rm -rf LICENSES/
35+ working-directory : ${{ github.event.repository.name }}
36+
37+ - name : Kodi Add-on Checker
38+ id : kodi-addon-checker
39+ run : |
40+ kodi-addon-checker ${{ github.event.repository.name }} --branch=isengard
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# python-twitch for Kodi
22
3- ![ Build Status] ( https://img.shields.io/travis/com/ anxdpanic/script.module.python.twitch/master.svg )
3+ [ ![ Build Status] ( https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fanxdpanic%2Fscript.module.python.twitch%2Fbadge&logo=none )] ( https://actions-badge.atrox.dev/ anxdpanic/script.module.python.twitch/goto )
44![ License] ( https://img.shields.io/badge/license-GPL--3.0--only-success.svg )
55![ Kodi Version] ( https://img.shields.io/badge/kodi-isengard%2B-success.svg )
66![ Contributors] ( https://img.shields.io/github/contributors/anxdpanic/script.module.python.twitch.svg )
You can’t perform that action at this time.
0 commit comments