Skip to content

Commit

Permalink
feat: Inital structure
Browse files Browse the repository at this point in the history
  • Loading branch information
iusztinpaul committed Dec 30, 2024
1 parent 54924aa commit 6f1d4b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
uv sync --all-extras --dev
uv pip install -e .
- name: 💅 Link & Format Check
run: make check_code_quality
- name: 💅 Format Check
run: make format-check

- name: 🔎 Lint Check
run: make lint-check

- name: 🧪 Test
run: uv run pytest tests/

0 comments on commit 6f1d4b8

Please sign in to comment.