llama.cpp/.github/workflows/tidy-post.yml

21 lines
496 B
YAML
Raw Normal View History

2023-05-12 15:40:53 +02:00
name: clang-tidy review post comments
on:
2023-06-05 22:05:05 +02:00
workflow_dispatch:
2023-05-12 15:40:53 +02:00
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