-
Notifications
You must be signed in to change notification settings - Fork 9
43 lines (36 loc) · 772 Bytes
/
pr.yml
File metadata and controls
43 lines (36 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: PR review
permissions:
contents: read
pull-requests: read
checks: write
on:
pull_request:
paths-ignore:
- '**/dependabot.yml'
- '**/bandit.yml'
- '.editorconfig'
- '.gitignore'
- '.gitattributes'
- '**.md'
- 'LICENSE'
jobs:
pyrefly:
uses: ./.github/workflows/inc_tc_pyrefly.yml
with:
tarball-flavor: none
pyright:
uses: ./.github/workflows/inc_tc_pyright.yml
with:
tarball-flavor: none
basedpyright:
uses: ./.github/workflows/inc_tc_basedpyright.yml
with:
tarball-flavor: none
mypy:
uses: ./.github/workflows/inc_tc_mypy.yml
with:
tarball-flavor: none
ty:
uses: ./.github/workflows/inc_tc_ty.yml
with:
tarball-flavor: none