chore: Add a 10m timeout to the clang-tidy CI job (#4939)
This commit is contained in:
@@ -63,3 +63,6 @@ CheckOptions:
|
|||||||
# Lua state
|
# Lua state
|
||||||
- key: readability-identifier-naming.LocalPointerIgnoredRegexp
|
- key: readability-identifier-naming.LocalPointerIgnoredRegexp
|
||||||
value: ^L$
|
value: ^L$
|
||||||
|
|
||||||
|
- key: misc-const-correctness.AnalyzeValues
|
||||||
|
value: false
|
||||||
|
|||||||
@@ -331,6 +331,7 @@ jobs:
|
|||||||
|
|
||||||
- name: clang-tidy review
|
- name: clang-tidy review
|
||||||
if: matrix.clang-tidy-review && github.event_name == 'pull_request'
|
if: matrix.clang-tidy-review && github.event_name == 'pull_request'
|
||||||
|
timeout-minutes: 10
|
||||||
uses: ZedThree/clang-tidy-review@v0.14.0
|
uses: ZedThree/clang-tidy-review@v0.14.0
|
||||||
with:
|
with:
|
||||||
build_dir: build-clang-tidy
|
build_dir: build-clang-tidy
|
||||||
|
|||||||
Reference in New Issue
Block a user