File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
args : ' format --check --verbose'
24
24
25
- mypy-python :
26
- name : Check Python static typing
27
- runs-on : ubuntu-latest
28
- steps :
29
- - id : checkout
30
- name : Checkout
31
- uses : actions/checkout@v4
32
-
33
- - id : install-uv
34
- name : Install uv
35
- uses : astral-sh/setup-uv@v6
36
- with :
37
- version : " latest"
38
- enable-cache : true
39
- cache-dependency-glob : ' **/pyproject.toml'
40
-
41
- - id : install-python
42
- name : Install Python
43
- run : uv python install 3.13
44
-
45
- - id : install-python-dependencies
46
- name : Install Python dependencies
47
- run : uv sync --extra mypy
48
-
49
- - id : mypy
50
- name : Run mypy
51
- run : uv run mypy ./ --ignore-missing-imports
52
-
53
25
test-python :
54
26
name : " Test Python"
55
27
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments