File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ name: PR review
22
33permissions :
44 contents : read
5- pull-requests : write
5+ pull-requests : read
6+ checks : write
67
78on :
89 pull_request :
9- branches-ignore :
10- - ' dependabot/**'
1110 paths-ignore :
1211 - ' **/dependabot.yml'
1312 - ' **/bandit.yml'
1918
2019jobs :
2120 pyrefly :
22- runs-on : ubuntu-slim
23- steps :
24- - uses : ./.github/workflows/inc_tc_pyrefly.yml
25- with :
21+ uses : ./.github/workflows/inc_tc_pyrefly.yml
22+ with :
2623 tarball-flavor : none
2724
2825 pyright :
29- runs-on : ubuntu-slim
30- steps :
31- - uses : ./.github/workflows/inc_tc_pyright.yml
32- with :
33- tarball-flavor : none
26+ uses : ./.github/workflows/inc_tc_pyright.yml
27+ with :
28+ tarball-flavor : none
3429
3530 basedpyright :
36- runs-on : ubuntu-slim
37- steps :
38- - uses : ./.github/workflows/inc_tc_basedpyright.yml
39- with :
40- tarball-flavor : none
31+ uses : ./.github/workflows/inc_tc_basedpyright.yml
32+ with :
33+ tarball-flavor : none
4134
4235 mypy :
43- runs-on : ubuntu-slim
44- steps :
45- - uses : ./.github/workflows/inc_tc_mypy.yml
46- with :
47- tarball-flavor : none
36+ uses : ./.github/workflows/inc_tc_mypy.yml
37+ with :
38+ tarball-flavor : none
4839
4940 ty :
50- runs-on : ubuntu-slim
51- steps :
52- - uses : ./.github/workflows/inc_tc_ty.yml
53- with :
54- tarball-flavor : none
55-
41+ uses : ./.github/workflows/inc_tc_ty.yml
42+ with :
43+ tarball-flavor : none
You can’t perform that action at this time.
0 commit comments