workflows analyzers disabled Clang Tidy to test

This commit is contained in:
silverqx
2024-04-22 01:58:44 +02:00
parent 7c50b4daa5
commit 536f70703e
+5 -5
View File
@@ -174,11 +174,11 @@ jobs:
run: >-
echo 'TINY_CLANG_TIDY_COMPLETED=true' >> $GITHUB_ENV
run-clang-tidy-17
-extra-arg-before='-Qunused-arguments'
-p='${{ env.TinyORMBuildTree }}'
-j ${{ env.TinyParallel }}
'[\\\/]+(?:drivers|examples|orm|src|tests|tom)[\\\/]+.+?[\\\/]+(?!mocs_)[\w\d_\-\+]+\.cpp$'
# run-clang-tidy-17
# -extra-arg-before='-Qunused-arguments'
# -p='${{ env.TinyORMBuildTree }}'
# -j ${{ env.TinyParallel }}
# '[\\\/]+(?:drivers|examples|orm|src|tests|tom)[\\\/]+.+?[\\\/]+(?!mocs_)[\w\d_\-\+]+\.cpp$'
- name: Clazy-standalone prepare
# Run the clazy if the clang-tidy was executed and was success or failed