Skip to content

Commit

Permalink
do not clang inside protos/ dir, new dir replaces wippersnapper/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 18, 2025
1 parent 1d2d97c commit 670a6dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-caller-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,8 @@ 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/wippersnapper -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/

release-wippersnapper:
name: Release WipperSnapper
Expand Down

0 comments on commit 670a6dc

Please sign in to comment.