Skip to content

Commit

Permalink
Bump clang-tidy-review to 0.14.0
Browse files Browse the repository at this point in the history
Old clang-tidy reported issues when a structured binding was captured in
lambda
  • Loading branch information
BUYT-1 authored and polyntsov committed Dec 19, 2023
1 parent 0b48daa commit f187179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
. -B ${{github.workspace}}/build
- uses: ZedThree/clang-tidy-review@v0.13.4
- uses: ZedThree/clang-tidy-review@v0.14.0
id: review
with:
apt_packages: libboost-dev
build_dir: build
config_file: '.clang-tidy'
split_workflow: true

- uses: ZedThree/clang-tidy-review/upload@v0.13.4
- uses: ZedThree/clang-tidy-review/upload@v0.14.0

- name: Fail the check if clang-tidy reported issues
if: steps.review.outputs.total_comments > 0
Expand Down

0 comments on commit f187179

Please sign in to comment.