Add cppcheck and formatter to CI (#19)

* Add cppcheck and formatter to CI

* Checkout submodules

* Install matching clang-format version in CI
This commit is contained in:
Dave Allie
2025-12-15 19:46:52 +11:00
committed by GitHub
parent 5cabba7712
commit fdb5634ea6
2 changed files with 43 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ board = esp32-c3-devkitm-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600
check_tool = cppcheck
check_skip_packages = yes
check_severity = medium, high
board_upload.flash_size = 16MB
board_upload.maximum_size = 16777216