Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vigji committed Feb 17, 2021
1 parent 580814e commit 2592a04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
pip install .[dev]
- name: Lint
run: |
black ./ --check
black . --check
isort . --check
flake8
test:
needs: lint
Expand Down Expand Up @@ -70,4 +71,4 @@ jobs:
run: |
git tag
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit 2592a04

Please sign in to comment.