kopia lustrzana https://github.com/jedie/PyInventory
Merge pull request #87 from jedie/remove-linting
Remove seperate linting step (pytest run checks code style)pull/89/head
commit
4b3b056b68
|
@ -48,8 +48,3 @@ jobs:
|
|||
- name: 'Upload coverage report'
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
- name: 'Run linters'
|
||||
if: matrix.python-version == '3.8'
|
||||
run: |
|
||||
python3 devshell.py linting
|
||||
|
|
Ładowanie…
Reference in New Issue