Skip to content

Use ubuntu 22.04 instead #78

Use ubuntu 22.04 instead

Use ubuntu 22.04 instead #78

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-22.04
name: Kodi addon checker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Extract official repo target
shell: bash
run: echo "branch=$(perl -ne '/version="\d+\.\d+\.\d+\+([^"]+)\.\d+"/ && print $1' addon.xml)" >>"${GITHUB_OUTPUT}"
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