Skip to content

Commit

Permalink
Update clangtidy.yml
Browse files Browse the repository at this point in the history
Fix name of step to reflect that this workflow runs the review only

Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com>
  • Loading branch information
stsoe authored Feb 28, 2025
1 parent 2d23ed5 commit 3717edf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/clangtidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Post clang-tidy comments
- name: Create clang-tidy review
id: review
uses: stsoe/clang-tidy-review@6d2aee59f56cf41f32baa4123cc636fff8ef4eb7
with:
Expand All @@ -30,5 +30,6 @@ jobs:
clang_tidy_checks: ''
split_workflow: true

- uses: stsoe/clang-tidy-review/upload@6d2aee59f56cf41f32baa4123cc636fff8ef4eb7
- name: Upload clang-tidy review
uses: stsoe/clang-tidy-review/upload@6d2aee59f56cf41f32baa4123cc636fff8ef4eb7
id: upload-review

0 comments on commit 3717edf

Please sign in to comment.