Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
push:
branches: [ main ]
workflow_dispatch:

jobs:
python:
Expand All @@ -26,10 +27,10 @@ jobs:
run: python -m pip install -U pip

- name: Install tools
run: pip install pytest mypy ruff black

- name: Install project
run: pip install -e .
run: pip install pytest mypy ruff black

- name: Ruff
run: ruff check .
Expand Down
Loading