replaced filter to list comprehensions #2
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, pull_request] | |
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: ${{ github.event_name == 'pull_request' }} | |
addon-id: ${{ github.event.repository.name }} |