Skip to content

Commit

Permalink
Install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ljpengelen committed Oct 7, 2023
1 parent 58cb94a commit 8f250c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ jobs:
with:
cache: pipenv
- run: pip install pipenv
- run: pipenv install --dev
- run: pipenv run pylint *.py
- run: pipenv run black --check .

0 comments on commit 8f250c5

Please sign in to comment.