Add config_file parameter to clang tidy action

This commit is contained in:
David Capello 2024-02-27 13:55:43 -03:00
parent be891230da
commit 351d9c863f

View File

@ -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,