Skip to content

Commit 1d2d97c

Browse files
committed
checkout 2x?
1 parent 1d12fa7 commit 1d2d97c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release-caller-offline.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)