mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 16:09:44 +00:00
Move linting to same step as test
This commit is contained in:
parent
346b3a5ea8
commit
052c60b34f
1 changed files with 1 additions and 4 deletions
|
|
@ -26,10 +26,7 @@ steps:
|
||||||
# Upload coverage report
|
# Upload coverage report
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- codecov
|
- codecov
|
||||||
|
# Perform linting checks
|
||||||
- name: linting
|
|
||||||
image: python:3.6
|
|
||||||
commands:
|
|
||||||
- black --check src tests
|
- black --check src tests
|
||||||
- flake8
|
- flake8
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue