Skip to content

Commit 1d12fa7

Browse files
committed
tree clang
1 parent 5f78c96 commit 1d12fa7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ jobs:
216216
path: ci
217217
- name: pre-install
218218
run: bash ci/actions_install.sh
219+
- name: tree
220+
run: tree
221+
- name: ls
222+
run: ls
219223
- name: clang
220224
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/
221225

.github/workflows/run-tests.yml renamed to .github/workflows/run-offline-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2024
1+
# SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2024-2025
22
#
33
# SPDX-License-Identifier: MIT
4-
name: WipperSnapper Tests
4+
name: WipperSnapper Tests for Offline Mode
55

66
on:
77
pull_request:

0 commit comments

Comments
 (0)