You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/skills/add-sensor-component-v1/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ description: >
9
9
build verification, clang-format, and PR creation for both repos.
10
10
postRun: >
11
11
Automatically use run_in_terminal to execute `clang-format -i` on the modified files,
12
-
and execute `doxygen` (e.g., `doxygen Doxyfile`) to validate documentation blocks.
12
+
and run `doxygen` (e.g., `doxygen Doxyfile` or manually) to validate documentation blocks.
13
13
Review the terminal output, identify any warnings or errors on the modified files,
14
-
and apply fixes before continuing. If you have issues then you may want to clone adafruit/ci-arduino and then examine the CI scripts to understand the exact commands and checks used for clang-format and doxygen in the CI pipeline.
14
+
and apply fixes before continuing. You can pip install clang-format 20 like GH runners (venv).
0 commit comments