Skip to content

Commit

Permalink
ci: fixed GHA lint job (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich authored Aug 7, 2021
1 parent 58b71c0 commit c135145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv sync --dev
pipenv run pipenv sync --dev
pipenv run install_pyright
- name: Check Style
run: pipenv run check_style
Expand Down

0 comments on commit c135145

Please sign in to comment.