Skip to content

Commit

Permalink
explicitly use ruff's check subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
p7g committed Aug 20, 2024
1 parent 4754bf6 commit 3353178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- run: uv venv
- run: uv pip install --requirement pyproject.toml --all-extras
- run: .venv/bin/ruff format --check prosemirror tests
- run: .venv/bin/ruff prosemirror tests
- run: .venv/bin/ruff check prosemirror tests
- run: .venv/bin/mypy prosemirror

0 comments on commit 3353178

Please sign in to comment.