We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2d97c commit 670a6dcCopy full SHA for 670a6dc
.github/workflows/release-caller-offline.yml
@@ -219,12 +219,8 @@ jobs:
219
path: ci
220
- name: pre-install
221
run: bash ci/actions_install.sh
222
- - name: tree
223
- run: tree
224
- - name: ls
225
- run: ls
226
- 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/
+ 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/
228
229
release-wippersnapper:
230
name: Release WipperSnapper
0 commit comments