Skip to content

Commit

Permalink
fix: run protobuf compiler first
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 15, 2024
1 parent 6f4e1a7 commit 3ca6218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Run clang-tidy
run: |
cmake --build build --target opentelemetry_proto
jq -r .[].file build/compile_commands.json | grep -vE '/(generated|third_party)/' | xargs -P $(nproc) -n 1 clang-tidy --quiet -p build 2>&1 | tee -a clang-tidy.log
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3ca6218

Please sign in to comment.