Skip to content

Commit 695a0c2

Browse files
authored
Merge pull request #82 from anxdpanic/pr_isengard
Update integrations
2 parents 0506cac + 940af63 commit 695a0c2

File tree

3 files changed

+41
-25
lines changed

3 files changed

+41
-25
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

.travis.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

0 commit comments

Comments
 (0)