Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robin88chen committed Nov 19, 2024
1 parent 2f217d9 commit 901aa67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tidy-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
verbosity: debug
tidy-review: true
passive-reviews: true
database: ./StdAny
# only 'update' a single comment in a pull request thread.
#thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
- name: Fail fast?!
Expand Down
7 changes: 7 additions & 0 deletions StdAny/compile_commands.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"directory": "./",
"arguments": ["-I../../"],
"file": "*.cpp"
}
]

0 comments on commit 901aa67

Please sign in to comment.