mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Merge branch 'master' into dependabot/submodules/lib/serialize-17946d6
This commit is contained in:
commit
7bf8becbbe
4
.github/workflows/clang-tidy.yml
vendored
4
.github/workflows/clang-tidy.yml
vendored
|
@ -119,7 +119,7 @@ jobs:
|
||||||
|
|
||||||
- name: clang-tidy review
|
- name: clang-tidy review
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
uses: ZedThree/clang-tidy-review@v0.15.0
|
uses: ZedThree/clang-tidy-review@v0.15.1
|
||||||
with:
|
with:
|
||||||
build_dir: build-clang-tidy
|
build_dir: build-clang-tidy
|
||||||
config_file: ".clang-tidy"
|
config_file: ".clang-tidy"
|
||||||
|
@ -145,4 +145,4 @@ jobs:
|
||||||
libbenchmark-dev
|
libbenchmark-dev
|
||||||
|
|
||||||
- name: clang-tidy-review upload
|
- 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' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: ZedThree/clang-tidy-review/post@v0.15.0
|
- uses: ZedThree/clang-tidy-review/post@v0.15.1
|
||||||
with:
|
with:
|
||||||
lgtm_comment_body: ""
|
lgtm_comment_body: ""
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f92bc7bc4940bf58b7f03cefa81a78ef09752007
|
Subproject commit 87ed4d950319d8da1191431f5c8c84d1fdcb92a5
|
Loading…
Reference in a new issue