mirror of
https://github.com/esphome/esphome.git
synced 2026-09-17 18:18:43 +00:00
[rp2040] Add CI check for boards.py freshness
Add generate-rp2040-boards.py script that clones the arduino-pico repository at the recommended framework version and regenerates boards.py, matching the existing ESP32 board generation CI check pattern. This ensures boards.py stays in sync when the arduino-pico framework version is updated. Follow-up to #14528.
This commit is contained in:
@@ -106,6 +106,7 @@ jobs:
|
||||
script/build_codeowners.py --check
|
||||
script/build_language_schema.py --check
|
||||
script/generate-esp32-boards.py --check
|
||||
script/generate-rp2040-boards.py --check
|
||||
|
||||
pytest:
|
||||
name: Run pytest
|
||||
|
||||
Reference in New Issue
Block a user