Skip to content

Commit

Permalink
Add lint to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imenelydiaker authored and cjaverliat committed Jun 23, 2024
1 parent f317ad8 commit f671233
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 f671233

Please sign in to comment.