Skip to content

Commit

Permalink
pipenv run
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Nov 15, 2023
1 parent 37600c8 commit 44a9c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pipenv shell --fancy --python $(which python)
- name: Lint with pylint
run: |
python -m pylint **/*.py
pipenv run pylint **/*.py
- name: Format with black
run: |
python -m black --diff --check **/*.py
pipenv run black --diff --check **/*.py

0 comments on commit 44a9c60

Please sign in to comment.