Fabian Peter Hammerle 4 éve
szülő
commit
4ede518438
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      .github/workflows/python.yml

+ 2 - 0
.github/workflows/python.yml

@@ -32,5 +32,7 @@ jobs:
            fi
     - run: pipenv graph
     - run: pipenv run pylint ical2vdir
+    # https://github.com/PyCQA/pylint/issues/352
+    - run: pipenv run pylint --disable=missing-requirement tests/*
     - run: pipenv run pytest --cov=ical2vdir --cov-report=term-missing --cov-fail-under=100
     - run: pipenv run black --check .