File tree Expand file tree Collapse file tree 2 files changed +9
-20
lines changed
Expand file tree Collapse file tree 2 files changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ permissions:
1313
1414jobs :
1515 lint :
16+ name : Differential ShellCheck
1617 runs-on : ubuntu-latest
1718
1819 permissions :
Original file line number Diff line number Diff line change @@ -11,16 +11,10 @@ pull_request_rules:
1111 - -check-success=build (stream8, GCC_ASAN)
1212 # CentOS Stream CI
1313 - -check-success=CentOS CI (CentOS Stream 8)
14- # LGTM
15- - and :
16- - " -check-success=LGTM analysis: JavaScript"
17- - " -check-neutral=LGTM analysis: JavaScript"
18- - and :
19- - " -check-success=LGTM analysis: Python"
20- - " -check-neutral=LGTM analysis: Python"
21- - and :
22- - " -check-success=LGTM analysis: C/C++"
23- - " -check-neutral=LGTM analysis: C/C++"
14+ # CodeQL
15+ - -check-success=CodeQL
16+ # Other
17+ - -check-success=Differential ShellCheck
2418 actions :
2519 label :
2620 add :
@@ -36,16 +30,10 @@ pull_request_rules:
3630 - check-success=build (stream8, GCC_ASAN)
3731 # CentOS Stream CI
3832 - check-success=CentOS CI (CentOS Stream 8)
39- # LGTM
40- - or :
41- - " check-success=LGTM analysis: JavaScript"
42- - " check-neutral=LGTM analysis: JavaScript"
43- - or :
44- - " check-success=LGTM analysis: Python"
45- - " check-neutral=LGTM analysis: Python"
46- - or :
47- - " check-success=LGTM analysis: C/C++"
48- - " check-neutral=LGTM analysis: C/C++"
33+ # CodeQL
34+ - check-success=CodeQL
35+ # Other
36+ - check-success=Differential ShellCheck
4937 actions :
5038 label :
5139 remove :
You can’t perform that action at this time.
0 commit comments