kopia lustrzana https://github.com/jedie/PyInventory
Remove seperate linting step (pytest run checks code style)
rodzic
ced23941d0
commit
37be07778c
|
@ -48,8 +48,3 @@ jobs:
|
||||||
- name: 'Upload coverage report'
|
- name: 'Upload coverage report'
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: bash <(curl -s https://codecov.io/bash)
|
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