Merge pull request #87 from jedie/remove-linting

Remove seperate linting step (pytest run checks code style)
pull/89/head
Jens Diemer 2022-02-05 11:34:23 +01:00 zatwierdzone przez GitHub
commit 4b3b056b68
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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