mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-09 03:49:21 -06:00
clang-tidy analyze .cpp files only
Compilation database contains also .rc files, so they will be skipped.
This commit is contained in:
2
.github/workflows/analyzers.yml
vendored
2
.github/workflows/analyzers.yml
vendored
@@ -87,4 +87,4 @@ jobs:
|
||||
|
||||
- name: TinyORM execute clang-tidy 🔥
|
||||
working-directory: ../TinyORM-builds-cmake/build-clang13-cmake-debug
|
||||
run: run-clang-tidy-13
|
||||
run: run-clang-tidy-13 '.+\.cpp$'
|
||||
|
||||
Reference in New Issue
Block a user