Compare commits
1 Commits
6dff7f14ce
...
f0b8419517
Author | SHA1 | Date |
---|---|---|
Shaun Reed | f0b8419517 |
|
@ -35,6 +35,10 @@ jobs:
|
|||
style: ''
|
||||
# Use .clang-tidy file
|
||||
tidy-checks: ''
|
||||
# Check the entire repo for source files to tidy
|
||||
files-changed-only: false
|
||||
# Ignore the build dirctory
|
||||
ignore: '.github|build'
|
||||
# Point to compile_commands.json produced by build
|
||||
database: 'build'
|
||||
# Use thread comments as feedback
|
||||
|
|
Loading…
Reference in New Issue