Skip to content

fix(esp_lvgl_port): Add support for LVGL 9.2 and above #2470

fix(esp_lvgl_port): Add support for LVGL 9.2 and above

fix(esp_lvgl_port): Add support for LVGL 9.2 and above #2470

Workflow file for this run

name: pre-commit
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Install doxygen
run: sudo apt-get install -y doxygen
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.2.0
- uses: pre-commit/action@v3.0.1