mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Disable clang-tidy CI (#13207)
Disable clang-tidy CI for now because it is creating a lot of false positives like in https://github.com/microsoft/onnxruntime/pull/12998
This commit is contained in:
parent
b6c04f48c1
commit
595a0c8658
1 changed files with 7 additions and 7 deletions
14
.github/workflows/lint.yml
vendored
14
.github/workflows/lint.yml
vendored
|
|
@ -92,13 +92,13 @@ jobs:
|
|||
--cmake_extra_defines CMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
- name: Generate ONNX protobuf files
|
||||
run: cmake --build build/Debug --config Debug --target onnx_proto
|
||||
- name: Run clang-tidy
|
||||
uses: ZedThree/clang-tidy-review@526cbfb043719639f1ebdeedae0cc1eacd219d8f
|
||||
with:
|
||||
token: ${{ secrets.github_token }}
|
||||
build_dir: "build/Debug"
|
||||
config_file: ".clang-tidy"
|
||||
lgtm_comment_body: ""
|
||||
# - name: Run clang-tidy
|
||||
# uses: ZedThree/clang-tidy-review@526cbfb043719639f1ebdeedae0cc1eacd219d8f
|
||||
# with:
|
||||
# token: ${{ secrets.github_token }}
|
||||
# build_dir: "build/Debug"
|
||||
# config_file: ".clang-tidy"
|
||||
# lgtm_comment_body: ""
|
||||
- uses: reviewdog/action-cpplint@master
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue