Update clang-format-lint-action (#1829)

Colorize output in github action

Co-authored-by: dominic <510002+dmah42@users.noreply.github.com>
This commit is contained in:
mosfet80 2024-08-02 12:06:00 +02:00 committed by GitHub
parent 7971a63070
commit ef73a30083
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.13
- uses: DoozyX/clang-format-lint-action@v0.15
with:
source: './include/benchmark ./src ./test'
extensions: 'h,cc'