diff options
author | mosfet80 <realeandrea@yahoo.it> | 2024-08-02 12:06:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 11:06:00 +0100 |
commit | ef73a30083ccd4eb1ad6e67a68b23163bf195561 (patch) | |
tree | 2912b3c89320d70b99c31b68199ae384b5608e54 | |
parent | 7971a63070dcfa848489cd2c6cdcbdefe8cdb000 (diff) | |
download | google-benchmark-ef73a30083ccd4eb1ad6e67a68b23163bf195561.tar.gz google-benchmark-ef73a30083ccd4eb1ad6e67a68b23163bf195561.zip |
Update clang-format-lint-action (#1829)
Colorize output in github action
Co-authored-by: dominic <510002+dmah42@users.noreply.github.com>
-rw-r--r-- | .github/workflows/clang-format-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml index c790a5a..8f089dc 100644 --- a/.github/workflows/clang-format-lint.yml +++ b/.github/workflows/clang-format-lint.yml @@ -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' |