Skip to content

Commit

Permalink
fix(ci): Attempt#2
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Dec 3, 2024
1 parent 4d22308 commit 60bec29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
chmod +x clang-tidy-sarif
- name: Install pyclang
run: |
get_idf
get-idf
pip install pyclang~=0.2.0
- name: Run code analysis
shell: bash
Expand All @@ -33,7 +33,7 @@ jobs:
IDF_TARGET: esp32s3
working-directory: clang_tidy
run: |
get_idf
get-idf
idf.py reconfigure
idf.py clang-check --include-paths $GITHUB_WORKSPACE --exclude-paths $PWD --run-clang-tidy-py run-clang-tidy
cp warnings.txt ../
Expand Down

0 comments on commit 60bec29

Please sign in to comment.