Skip to content

Commit

Permalink
addon checker github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robweber committed Oct 20, 2023
1 parent e5456dc commit 9791f53
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/addon-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Kodi Addon-Check

on: [push]

jobs:
kodi-addon-checker:
runs-on: ubuntu-latest
name: Kodi addon checker
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Kodi addon checker validation
id: kodi-addon-checker
uses: xbmc/[email protected]
with:
kodi-version: matrix
is-pr: false

0 comments on commit 9791f53

Please sign in to comment.