Clang tidy

This commit is contained in:
Shaun Reed 2022-11-20 10:18:00 -05:00
parent ff94daaabd
commit e6b1d4ce08
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ jobs:
style: '' style: ''
# Use .clang-tidy file # Use .clang-tidy file
tidy-checks: '' tidy-checks: ''
files-changed-only: false
# Point to compile_commands.json produced by build # Point to compile_commands.json produced by build
database: 'build' database: 'build'
# Use thread comments as feedback # Use thread comments as feedback