Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Oct 11, 2024
1 parent 4777ea9 commit 29d8d81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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|\..+'
Expand Down

0 comments on commit 29d8d81

Please sign in to comment.