Skip to content

Commit

Permalink
Add config_file parameter to clang tidy action
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Feb 27, 2024
1 parent be89123 commit 351d9c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
token: ${{ secrets.CLANG_TIDY_TOKEN }}
build_dir: build
config_file: .clang-tidy
apt_packages: |
libc++-dev, libc++abi-dev, libpixman-1-dev,
libfreetype6-dev, libharfbuzz-dev, zlib1g-dev, libx11-dev,
Expand Down

0 comments on commit 351d9c8

Please sign in to comment.