Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh authored Nov 18, 2023
1 parent 78de0b0 commit 52cf05c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install poetry
poetry install
poetry add pylint-exit
- name: Analysing the code with pylint
run: |
make lint
make unit-test
make fmt
poetry run pylint --rcfile pyproject.toml src/ tests/ | pylint-exit $?

0 comments on commit 52cf05c

Please sign in to comment.