Skip to content

Commit

Permalink
add addon-validation.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anxdpanic committed Jun 16, 2021
1 parent 88bc0be commit d107344
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/addon-validations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Add-on Validations

on:
push:
branches: [ master, main ]

pull_request:
branches: [ master, main ]

jobs:
addon-validations:
runs-on: ubuntu-latest
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 }}

0 comments on commit d107344

Please sign in to comment.