mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 14:59:43 +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
|
||||
- pip install codecov
|
||||
- codecov
|
||||
|
||||
- name: linting
|
||||
image: python:3.6
|
||||
commands:
|
||||
# Perform linting checks
|
||||
- black --check src tests
|
||||
- flake8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue