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 99c1ac9 commit 3da61bdCopy full SHA for 3da61bd
.github/workflows/release-offline.yml
@@ -32,12 +32,12 @@ jobs:
32
- uses: actions/checkout@v4
33
with:
34
repository: adafruit/ci-arduino
35
- ref: ci-wippersnapper-show-config
+ ref: ci-wippersnapper
36
path: ci
37
- name: pre-install
38
run: bash ci/actions_install.sh
39
- 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/
+ 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/
41
42
test-offline-mode:
43
name: 🧪 Test Offline Mode
0 commit comments