Skip to content

Commit 7051c1e

Browse files
committed
Remove pylint action step
1 parent 9af4579 commit 7051c1e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,12 @@ jobs:
4040
source actions-ci/install.sh
4141
- name: Pip install pylint, Sphinx, pre-commit
4242
run: |
43-
pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
43+
pip install --force-reinstall Sphinx sphinx-rtd-theme pre-commit
4444
- name: Library version
4545
run: git describe --dirty --always --tags
4646
- name: Pre-commit hooks
4747
run: |
4848
pre-commit run --all-files
49-
- name: PyLint
50-
run: |
51-
pylint $( find . -path './adafruit*.py' )
5249
- name: Build docs
5350
working-directory: docs
5451
run: sphinx-build -E -W -b html . _build/html

0 commit comments

Comments
 (0)