Skip to content

README: note that generated bindings and helpers are synced from lvgl… #5

README: note that generated bindings and helpers are synced from lvgl…

README: note that generated bindings and helpers are synced from lvgl… #5

Workflow file for this run

name: Extension tests
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
submodules: recursive
- uses: actions/setup-python@v7
with:
python-version: "3.12"
- run: python -m pip install -e .
- run: python -m unittest discover -s tests -v