We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4e1a7 commit 3ca6218Copy full SHA for 3ca6218
.github/workflows/clang-tidy.yaml
@@ -65,6 +65,7 @@ jobs:
65
66
- name: Run clang-tidy
67
run: |
68
+ cmake --build build --target opentelemetry_proto
69
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
70
71
- uses: actions/upload-artifact@v4
0 commit comments