Skip to content

Commit

Permalink
Rename comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
taalexander committed Jan 4, 2024
1 parent e262551 commit dd998e1
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ on:
workflow_run:
# The name field of the lint action
# Defined in lint.yml workflow
workflows: ["Static Checks"]
workflows:
- Static Checks
types:
- completed

jobs:
build:
post-clang-tidy:
name: Post clang-tidy review comments
runs-on: ubuntu-latest

steps:
- uses: ZedThree/clang-tidy-review/[email protected]
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
Expand Down

0 comments on commit dd998e1

Please sign in to comment.