Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robin88chen committed Nov 18, 2024
1 parent 82296d4 commit f98ca85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tidy-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ jobs:
with:
style: '' # Use .clang-format config file
tidy-checks: '' # Use .clang-tidy config file
extra-args: '-std=c++17'
extra-args: '-std=c++17 -I../../'
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

0 comments on commit f98ca85

Please sign in to comment.