Skip to content

Commit

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

0 comments on commit a220c7b

Please sign in to comment.