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 a5b15cc commit 7257221Copy full SHA for 7257221
.github/workflows/clang-tidy.yml
@@ -102,4 +102,5 @@ jobs:
102
shell: bash
103
run: |
104
cd build
105
+ which clang-tidy-15
106
python3 ../llvm-project/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py -warnings-as-errors=* -p ./ -config-file ../llvm-project/mlir/.clang-tidy -clang-tidy-binary $(which clang-tidy-15) ${{ env.CHANGED_FILES }}
0 commit comments