-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e262551
commit dd998e1
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|