Skip to content

Commit

Permalink
include one more component
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Mar 6, 2024
1 parent 737ad1f commit a0f28fc
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 @@ -38,7 +38,7 @@ jobs:
working-directory: device/esp_tinyusb/test_app
run: |
. ${IDF_PATH}/export.sh
idf.py clang-check --all-files --run-clang-tidy-py run-clang-tidy
idf.py clang-check --include-paths $GITHUB_WORKSPACE/host/class/hid/usb_host_hid/test_app --run-clang-tidy-py run-clang-tidy
cp warnings.txt ../../../
- name: Convert clang-tidy results into SARIF output
run: |
Expand Down

0 comments on commit a0f28fc

Please sign in to comment.