mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Add config_file parameter to clang tidy action
This commit is contained in:
parent
be891230da
commit
351d9c863f
1
.github/workflows/clang_tidy.yml
vendored
1
.github/workflows/clang_tidy.yml
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user