Skip to content

Commit 3da61bd

Browse files
committed
revert(ci): stop using --show-config for run-clang-format.py
1 parent 99c1ac9 commit 3da61bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-offline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
- uses: actions/checkout@v4
3333
with:
3434
repository: adafruit/ci-arduino
35-
ref: ci-wippersnapper-show-config
35+
ref: ci-wippersnapper
3636
path: ci
3737
- name: pre-install
3838
run: bash ci/actions_install.sh
3939
- name: clang
40-
run: python3 ci/run-clang-format.py --show-config -r -e "ci/*" -e "bin/*" -e src/nanopb -e src/protos -e src/pb.h -e src/provisioning/tinyusb src/
40+
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/
4141

4242
test-offline-mode:
4343
name: 🧪 Test Offline Mode

0 commit comments

Comments
 (0)