Skip to content

Commit 1a88a48

Browse files
committed
Revert "Remove clang-format prerequisite (it ignores .clang-format file so hard to replicate)"
This reverts commit a4c0476.
1 parent a4c0476 commit 1a88a48

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-offline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ jobs:
3737
- name: pre-install
3838
run: bash ci/actions_install.sh
3939
- name: clang
40+
continue-on-error: true
4041
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/
4142

4243
test-offline-mode:
4344
name: 🧪 Test Offline Mode
4445
runs-on: ubuntu-latest
45-
# needs: clang
46+
needs: clang
4647
steps:
4748
- name: Check out repository code
4849
uses: actions/checkout@v4
@@ -78,7 +79,7 @@ jobs:
7879
build-esp32sx:
7980
name: 🏗️ ESP32-Sx
8081
runs-on: ubuntu-latest
81-
# needs: [clang]
82+
needs: [clang]
8283
strategy:
8384
fail-fast: false
8485
matrix:
@@ -299,7 +300,7 @@ jobs:
299300
build-rp2040:
300301
name: 🏗️ RP2040, RP2350
301302
runs-on: ubuntu-latest
302-
# needs: [clang]
303+
needs: [clang]
303304
strategy:
304305
fail-fast: false
305306
matrix:

0 commit comments

Comments
 (0)