Skip to content

Commit

Permalink
Update clang-tidy-review action to v0.20.1 (#188)
Browse files Browse the repository at this point in the history
* Update clang-tidy-review action to v0.20.1

* Fix clang format now new clang tidy review workflow is known to work
  • Loading branch information
mcbarton authored Nov 29, 2024
1 parent a52ab3b commit 9b54959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Post review comments
id: post-review
uses: ZedThree/clang-tidy-review/post@v0.18.0
uses: ZedThree/clang-tidy-review/post@v0.20.1
with:
max_comments: 10

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
version: "17.0.6"

- name: Run clang-tidy
uses: ZedThree/clang-tidy-review@v0.18.0
uses: ZedThree/clang-tidy-review@v0.20.1
id: review
with:
build_dir: build
Expand All @@ -53,4 +53,4 @@ jobs:
cmake . -B build -DCMAKE_C_COMPILER="$GITHUB_WORKSPACE/llvm/bin/clang" -DCMAKE_CXX_COMPILER="$GITHUB_WORKSPACE/llvm/bin/clang++" -DCMAKE_EXPORT_COMPILE_COMMANDS=On
- name: Upload artifacts
uses: ZedThree/clang-tidy-review/upload@v0.18.0
uses: ZedThree/clang-tidy-review/upload@v0.20.1

0 comments on commit 9b54959

Please sign in to comment.