Skip to content

Commit

Permalink
checkout 2x?
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 18, 2025
1 parent 1d12fa7 commit 1d2d97c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-caller-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,21 @@ jobs:
pattern: build-files-!(dev)-*
delete-merged: true


clang_and_doxy:
name: 🔎Clang & Doxygen
runs-on: ubuntu-latest
needs:
[
build-esp32sx,
build-rp2040
build-rp2040,
]
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: actions/checkout@v4

- uses: actions/checkout@v4
with:
repository: adafruit/ci-arduino
Expand All @@ -221,7 +224,7 @@ jobs:
- 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/
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/

release-wippersnapper:
name: Release WipperSnapper
Expand Down

0 comments on commit 1d2d97c

Please sign in to comment.