Skip to content

Commit 670a6dc

Browse files
committed
do not clang inside protos/ dir, new dir replaces wippersnapper/ dir
1 parent 1d2d97c commit 670a6dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,8 @@ jobs:
219219
path: ci
220220
- name: pre-install
221221
run: bash ci/actions_install.sh
222-
- name: tree
223-
run: tree
224-
- name: ls
225-
run: ls
226222
- name: clang
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/
223+
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/
228224

229225
release-wippersnapper:
230226
name: Release WipperSnapper

0 commit comments

Comments
 (0)