We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e69dc commit 5aceeaeCopy full SHA for 5aceeae
.github/workflows/build.yml
@@ -42,9 +42,9 @@ jobs:
42
# (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
43
run: |
44
source actions-ci/install.sh
45
- - name: Pip install Sphinx, pre-commit
+ - name: Pip install pylint, Sphinx, pre-commit
46
47
- pip install --force-reinstall Sphinx sphinx-rtd-theme pre-commit
+ pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
48
- name: Library version
49
run: git describe --dirty --always --tags
50
- name: Pre-commit hooks
0 commit comments