Skip to content

Commit

Permalink
refactor: renaming clang files
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Mar 26, 2024
1 parent cfb3eaa commit fcfd749
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE/new_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
- [ ] Component contains License
- [ ] Component contains README.md
- [ ] Component contains idf_component.yml file with `url` field defined
- [ ] Component was added to [upload job](https://github.com/espressif/esp-usb/blob/master/.github/workflows/upload_component.yml#L18)
- [ ] Component was added to build job
- [ ] Component was added to [upload job](https://github.com/espressif/esp-usb/blob/master/.github/workflows/upload_component.yml#L34)
- [ ] Component was added to [build job](https://github.com/espressif/esp-usb/blob/master/.idf_build_apps.toml#L2)
- [ ] Component was added to [clang tidy job](https://github.com/espressif/esp-usb/blob/master/clang_tidy/CMakeLists.txt#L6)
- [ ] _Optional:_ Component contains unit tests
- [ ] CI passing

Expand Down
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: esp32s3
working-directory: clang_check
working-directory: clang_tidy
run: |
. ${IDF_PATH}/export.sh
idf.py reconfigure
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dependencies.lock
**/managed_components/**
.vscode/
doxygen/
warnings.txt
Empty file removed clang_check/README.md
Empty file.
File renamed without changes.
3 changes: 3 additions & 0 deletions clang_tidy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ESP-USB Clang tidy

This folder aims to store source files for Clang tidy CI job, which is run for this repository in the GitHub CI.

0 comments on commit fcfd749

Please sign in to comment.