Skip to content

Rework plugin and add community features #36

Rework plugin and add community features

Rework plugin and add community features #36

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
strategy:
fail-fast: false
omega:

Check failure on line 17 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 17, Col: 7): Unexpected value 'omega' .github/workflows/ci.yml (Line: 24, Col: 13): Unrecognized named-value: 'omega'. Located at position 1 within expression: omega.python-version
kodi-version: [ omega ]
python-version: [ 3.8 ]
steps:
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
uses: actions/checkout@v2
- name: Set up Python ${{ omega.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ omega.python-version }}
- name: Install dependencies
run: pip install -r ./requirements.txt
- name: Run ruff
run: ruff check .
- name: Run kodi-addon-checker
uses: xbmc/[email protected]
with:
rewrite-for-matrix: true
kodi-version: ${{ omega.kodi-version }}
addon-id: ${{ github.event.repository.name }}