Skip to content

Prepare for v1.4.3 #593

Prepare for v1.4.3

Prepare for v1.4.3 #593

Workflow file for this run

name: Kodi
on:
# Run action when pushed to master, or for commits in a pull request.
push:
branches:
- master
pull_request:
branches:
- master
jobs:
kodi-addon-checker:
name: Addon checker
runs-on: ubuntu-latest
steps:
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
uses: actions/checkout@v2
- name: Run kodi-addon-checker
uses: xbmc/action-kodi-addon-checker@v1.2
with:
kodi-version: matrix
addon-id: ${{ github.event.repository.name }}