mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Compare commits
3 commits
f44f153670
...
7bf8becbbe
Author | SHA1 | Date | |
---|---|---|---|
7bf8becbbe | |||
4681fb1117 | |||
451e5f0bf9 |
4
.github/workflows/clang-tidy.yml
vendored
4
.github/workflows/clang-tidy.yml
vendored
|
@ -119,7 +119,7 @@ jobs:
|
|||
|
||||
- name: clang-tidy review
|
||||
timeout-minutes: 20
|
||||
uses: ZedThree/clang-tidy-review@v0.15.0
|
||||
uses: ZedThree/clang-tidy-review@v0.15.1
|
||||
with:
|
||||
build_dir: build-clang-tidy
|
||||
config_file: ".clang-tidy"
|
||||
|
@ -145,4 +145,4 @@ jobs:
|
|||
libbenchmark-dev
|
||||
|
||||
- name: clang-tidy-review upload
|
||||
uses: ZedThree/clang-tidy-review/upload@v0.15.0
|
||||
uses: ZedThree/clang-tidy-review/upload@v0.15.1
|
||||
|
|
2
.github/workflows/post-clang-tidy-review.yml
vendored
2
.github/workflows/post-clang-tidy-review.yml
vendored
|
@ -14,6 +14,6 @@ jobs:
|
|||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
|
||||
steps:
|
||||
- uses: ZedThree/clang-tidy-review/post@v0.15.0
|
||||
- uses: ZedThree/clang-tidy-review/post@v0.15.1
|
||||
with:
|
||||
lgtm_comment_body: ""
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f92bc7bc4940bf58b7f03cefa81a78ef09752007
|
||||
Subproject commit 87ed4d950319d8da1191431f5c8c84d1fdcb92a5
|
Loading…
Reference in a new issue