Remove seperate linting step (pytest run checks code style)

pull/87/head
JensDiemer 2022-02-05 10:36:29 +01:00
rodzic ced23941d0
commit 37be07778c
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -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