Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neah-Ko authored May 10, 2024
1 parent 5da2532 commit f108692
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
pip install -r src/requirements/dev.txt
- name: Analysing the code with pylint
run: |
pylint -d W0221 $(git ls-files 'src/biodm/*.py') --exit-zero
- name: Run tests
run: |
pytest src/biodm/tests/
- name: Analysing the code with pylint
run: |
pylint -d W0221 $(git ls-files 'src/biodm/*.py') --exit-zero

0 comments on commit f108692

Please sign in to comment.