Merge pull request #1692 from CastagnaIT/changes #2247
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Kodi Addon-Check | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
kodi-addon-checker: | |
runs-on: ubuntu-latest | |
name: Kodi addon checker | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Kodi addon checker validation | |
id: kodi-addon-checker | |
uses: xbmc/action-kodi-addon-checker@master | |
with: | |
kodi-version: matrix | |
addon-id: ${{ github.event.repository.name }} |