[rp2040] Add CI check for boards.py freshness (#14754)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2026-03-13 13:28:55 -10:00
committed by GitHub
co-authored by Copilot Autofix powered by AI
parent d6d3bbbad8
commit 5e3c44d48f
3 changed files with 73 additions and 1 deletions
+1
View File
@@ -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