File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -197,18 +197,21 @@ jobs:
197
197
pattern : build-files-!(dev)-*
198
198
delete-merged : true
199
199
200
+
200
201
clang_and_doxy :
201
202
name : 🔎Clang & Doxygen
202
203
runs-on : ubuntu-latest
203
204
needs :
204
205
[
205
206
build-esp32sx,
206
- build-rp2040
207
+ build-rp2040,
207
208
]
208
209
steps :
209
210
- uses : actions/setup-python@v5
210
211
with :
211
212
python-version : " 3.x"
213
+ - uses : actions/checkout@v4
214
+
212
215
- uses : actions/checkout@v4
213
216
with :
214
217
repository : adafruit/ci-arduino
@@ -221,7 +224,7 @@ jobs:
221
224
- name : ls
222
225
run : ls
223
226
- name : clang
224
- run : python3 ci/run-clang-format.py -r -e "ci/*" -e "bin/*" -e src/nanopb -e src/protos -e src/pb.h -e src/provisioning/tinyusb src/
227
+ run : python3 ci/run-clang-format.py -r -e "ci/*" -e "bin/*" -e src/nanopb -e src/wippersnapper -e src/pb.h -e src/provisioning/tinyusb src/
225
228
226
229
release-wippersnapper :
227
230
name : Release WipperSnapper
You can’t perform that action at this time.
0 commit comments