File tree Expand file tree Collapse file tree 2 files changed +2
-34
lines changed Expand file tree Collapse file tree 2 files changed +2
-34
lines changed Original file line number Diff line number Diff line change 30
30
31
31
- name : Run tests
32
32
run : |
33
- uv run pytest
34
-
35
- - name : Run ruff
36
- run : |
37
- uv run ruff check .
38
-
39
- - name : Run black
40
- run : |
41
- uv run black . --check
42
-
43
- - name : Run isort
44
- run : |
45
- uv run isort . --check-only
46
-
47
- - name : Run mypy
48
- run : |
49
- uv run mypy mcp_shell_server tests
33
+ make check
50
34
51
35
publish :
52
36
needs : test
Original file line number Diff line number Diff line change 33
33
34
34
- name : Run tests
35
35
run : |
36
- uv run pytest
37
-
38
- - name : Run ruff
39
- run : |
40
- uv run ruff check .
41
-
42
- - name : Run black
43
- run : |
44
- uv run black . --check
45
-
46
- - name : Run isort
47
- run : |
48
- uv run isort . --check-only
49
-
50
- - name : Run mypy
51
- run : |
52
- uv run mypy mcp_shell_server tests
36
+ make test
You can’t perform that action at this time.
0 commit comments