Skip to content

Commit

Permalink
tree clang
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 18, 2025
1 parent 5f78c96 commit 1d12fa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-caller-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ jobs:
path: ci
- name: pre-install
run: bash ci/actions_install.sh
- name: tree
run: tree
- name: ls
run: ls
- name: clang
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/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2024
# SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2024-2025
#
# SPDX-License-Identifier: MIT
name: WipperSnapper Tests
name: WipperSnapper Tests for Offline Mode

on:
pull_request:
Expand Down

0 comments on commit 1d12fa7

Please sign in to comment.