Skip to content

Commit

Permalink
refactor: clang run in device/esp_tinyusb
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Mar 5, 2024
1 parent 39760e3 commit 5e2c5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
IDF_TOOLCHAIN: clang
IDF_TARGET: esp32
working-directory: test_app
working-directory: device/esp_tinyusb/test_app
run: |
. ${IDF_PATH}/export.sh
idf.py clang-check --include-paths $GITHUB_WORKSPACE --exclude-paths $PWD --run-clang-tidy-py run-clang-tidy
Expand Down

0 comments on commit 5e2c5c3

Please sign in to comment.