Skip to content

Commit

Permalink
chore: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Two Dev committed Dec 11, 2024
1 parent 16dad0c commit 0ce2ac8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Run pre-commit
uses: pre-commit/[email protected]
- name: Lint
run: |
make lint
- name: Run tests
- name: Tests
run: |
python -m pytest tests
Expand Down

0 comments on commit 0ce2ac8

Please sign in to comment.