diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 9776927..8bbf20e 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -28,13 +28,13 @@ jobs: run: uv sync --all-extras --dev - name: Run style check - run: uv run ruff format --check --diff $(package) + run: uv run ruff format --check --diff extapi tests - name: Run ruff - run: uv run ruff check $(package) + run: uv run ruff check extapi tests - name: Run mypy - run: uv run mypy --enable-error-code ignore-without-code $(package) + run: uv run mypy --enable-error-code ignore-without-code extapi tests - name: Run deptry run: uv run deptry . -e 'env|\.env|venv|\.venv|\..+'