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:
197197 pattern : build-files-!(dev)-*
198198 delete-merged : true
199199
200+
200201 clang_and_doxy :
201202 name : 🔎Clang & Doxygen
202203 runs-on : ubuntu-latest
203204 needs :
204205 [
205206 build-esp32sx,
206- build-rp2040
207+ build-rp2040,
207208 ]
208209 steps :
209210 - uses : actions/setup-python@v5
210211 with :
211212 python-version : " 3.x"
213+ - uses : actions/checkout@v4
214+
212215 - uses : actions/checkout@v4
213216 with :
214217 repository : adafruit/ci-arduino
@@ -221,7 +224,7 @@ jobs:
221224 - name : ls
222225 run : ls
223226 - 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/
225228
226229 release-wippersnapper :
227230 name : Release WipperSnapper
You can’t perform that action at this time.
0 commit comments