Skip to content

Translations update from Kodi Weblate #70

Translations update from Kodi Weblate

Translations update from Kodi Weblate #70

Workflow file for this run

name: Kodi Addon-Check
on:
push:
branches:
- '*'
tags-ignore:
- v*
pull_request:
branches:
- '*'
jobs:
kodi-addon-checker:
runs-on: ubuntu-latest
name: Kodi addon checker
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Extract official repo target
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- name: Kodi addon checker validation
id: kodi-addon-checker
uses: xbmc/[email protected]
with:
kodi-version: ${{ steps.extract_branch.outputs.branch }}
addon-id: ${{ github.event.repository.name }}
is-pr: false