Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/addon-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Kodi
on:
# Run action when pushed to master, or for commits in a pull request.
workflow_dispatch:
push:
branches:
- master
Expand All @@ -14,13 +15,11 @@ jobs:
steps:
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
uses: actions/checkout@v5
with:
path: ${{ github.repository }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git+https://github.com/xbmc/addon-check.git
- name: Remove unwanted files
run: awk '/export-ignore/ { print $1 }' .gitattributes | xargs rm -rf --
- name: Run kodi-addon-checker
run: kodi-addon-checker --branch=matrix ${{ github.repository }}/
run: kodi-addon-checker --branch=matrix