Skip to content

Commit

Permalink
Simplify addon-checker script
Browse files Browse the repository at this point in the history
  • Loading branch information
zim514 committed Jan 9, 2024
1 parent 34e414d commit 6ff822c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Kodi addon checker validation
id: kodi-addon-checker
uses: zim514/action-kodi-addon-checker@latest
#uses: xbmc/[email protected]
- name: Setup Python
uses: actions/setup-python@v5
with:
kodi-version: matrix
addon-id: ${{ github.event.repository.name }}
python-version: '3.11'
cache: 'pip'

- name: Install dependencies
run: pip install kodi-addon-checker

- name: Kodi addon checker validation
id: kodi-addon-check
run: kodi-addon-checker --branch=matrix ./script.service.hue

0 comments on commit 6ff822c

Please sign in to comment.