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 3030
3131 - name : Run tests
3232 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
5034
5135 publish :
5236 needs : test
Original file line number Diff line number Diff line change 3333
3434 - name : Run tests
3535 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