Skip to content

Commit

Permalink
Update integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
anxdpanic committed Jun 18, 2021
1 parent 67b73ef commit 569f0a9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 39 deletions.
39 changes: 25 additions & 14 deletions .github/workflows/addon-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,28 @@ jobs:
name: Add-on Validations

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Clean-up Add-on Folder
run: |
rm -rf LICENSES/
- name: Kodi Add-on Checker
id: kodi-addon-checker
uses: xbmc/[email protected]
with:
kodi-version: isengard
is-pr: false
addon-id: ${{ github.event.repository.name }}
- 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
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

![](https://raw.githubusercontent.com/anxdpanic/plugin.video.youtube/master/icon.png)

![Build Status](https://img.shields.io/travis/com/anxdpanic/plugin.video.youtube/master.svg)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fanxdpanic%2Fplugin.video.youtube%2Fbadge&style=flat)](https://actions-badge.atrox.dev/anxdpanic/plugin.video.youtube/goto)
![License](https://img.shields.io/badge/license-GPL--2.0--only-success.svg)
![Kodi Version](https://img.shields.io/badge/kodi-isengard%2B-success.svg)
![Contributors](https://img.shields.io/github/contributors/anxdpanic/plugin.video.youtube.svg)
Expand Down

0 comments on commit 569f0a9

Please sign in to comment.