File tree Expand file tree Collapse file tree 2 files changed +9
-25
lines changed
Expand file tree Collapse file tree 2 files changed +9
-25
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 awk -F '\/' '{ print tolower($2) }' |
2323 tr '_' '-'
2424 )
25- - name : Set up Python 3.7
25+ - name : Set up Python 3.x
2626 uses : actions/setup-python@v1
2727 with :
28- python-version : 3.7
28+ python-version : 3.x
2929 - name : Versions
3030 run : |
3131 python3 --version
@@ -42,11 +42,16 @@ jobs:
4242 # (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
4343 run : |
4444 source actions-ci/install.sh
45- - name : Pip install Sphinx
45+ - name : Pip install pylint, Sphinx, pre-commit
4646 run : |
47- pip install --force-reinstall Sphinx sphinx-rtd-theme sphinx-autoapi
47+ pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit sphinx-autoapi
4848 - name : Library version
4949 run : git describe --dirty --always --tags
50+ - name : Setup problem matchers
51+ uses : adafruit/circuitpython-action-library-ci-problem-matchers@v1
52+ - name : Pre-commit hooks
53+ run : |
54+ pre-commit run --all-files
5055 - name : Clone and build circuitpython unix port
5156 run : |
5257 set -e
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments