Skip to content

Commit

Permalink
Add lint to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imenelydiaker committed Jun 23, 2024
1 parent 2505b42 commit 93f56b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install the project dependencies
run: poetry install --with dev
- name: Run lint
run: |
make lint
- name: Run tests
run: |
make tests

0 comments on commit 93f56b6

Please sign in to comment.