]> Repositories - hackapet/Adafruit_Blinka_Displayio.git/blobdiff - .github/workflows/build.yml
Updated Docs
[hackapet/Adafruit_Blinka_Displayio.git] / .github / workflows / build.yml
index 144be0833b1c3f92762b0182b58182a2c03840d2..cb39be2808dba303cf57f47ff982fbb048949452 100644 (file)
@@ -45,7 +45,6 @@ jobs:
     - name: PyLint
       run: |
         pylint $( find . -path './*io.py' )
-        ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace $( find . -path "./examples/*.py" ))
     - name: Build docs
       working-directory: docs
       run: sphinx-build -E -W -b html . _build/html