We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af4579 commit 7051c1eCopy full SHA for 7051c1e
.github/workflows/build.yml
@@ -40,15 +40,12 @@ jobs:
40
source actions-ci/install.sh
41
- name: Pip install pylint, Sphinx, pre-commit
42
run: |
43
- pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
+ pip install --force-reinstall Sphinx sphinx-rtd-theme pre-commit
44
- name: Library version
45
run: git describe --dirty --always --tags
46
- name: Pre-commit hooks
47
48
pre-commit run --all-files
49
- - name: PyLint
50
- run: |
51
- pylint $( find . -path './adafruit*.py' )
52
- name: Build docs
53
working-directory: docs
54
run: sphinx-build -E -W -b html . _build/html
0 commit comments