Skip to content

Commit

Permalink
fix clang-tidy again
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoW committed Jan 28, 2025
1 parent f3d1649 commit c0254ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
tidy-checks: ''
version: 18
lines-changed-only: true
database: 'build'
database: '${{ github.workspace }}/build'
thread-comments: false
tidy-review: true
file-annotations: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <TGraphErrors.h>
#include <range/v3/algorithm/all_of.hpp>
#include <range/v3/numeric/accumulate.hpp>
#include <range/v3/view.hpp>

#include <cstdlib>
Expand Down

0 comments on commit c0254ad

Please sign in to comment.