mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
20 lines
496 B
YAML
20 lines
496 B
YAML
name: clang-tidy review post comments
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
workflows: ["clang-tidy-review"]
|
|
types:
|
|
- completed
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: ZedThree/clang-tidy-review/post@v0.13.0
|
|
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
|
|
with:
|
|
# adjust options as necessary
|
|
lgtm_comment_body: ''
|
|
annotations: false
|
|
max_comments: 25
|