File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 python-version : " 3.13"
2323 - name : Install uv
2424 uses : astral-sh/setup-uv@v6
25- - uses : astral-sh/ruff-action@v3
26- - uses : astral-sh/ruff-action@v3
27- with :
28- args : " format --check"
25+ - run : uv sync --group test --no-default-groups
26+ - run : uv run ruff check .
27+ - run : uv run ruff format --check .
2928
3029 type-check :
3130 runs-on : ubuntu-24.04
3736 - name : Install uv
3837 uses : astral-sh/setup-uv@v6
3938 - run : uv sync --group test --no-default-groups
39+ - run : uv run ty check src/pyinfra src/pyinfra_cli --exit-zero
4040 - run : uv run mypy
4141
4242 spell-check :
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ test = [
5454 " types-cryptography>=3.3.23.2,<4" ,
5555 " types-python-dateutil>2,<3" ,
5656 " types-PyYAML>6,<7" ,
57+ " ty>=0.0.18" ,
5758 " ruff>=0.13.1" ,
5859 " pyinfra-testgen==0.1.1" ,
5960]
You can’t perform that action at this time.
0 commit comments