build.yml: add black formatting check
Signed-off-by: sommersoft <sommersoft@gmail.com>
This commit is contained in:
parent
af8fa2a00a
commit
5b13f043af
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -43,6 +43,9 @@ jobs:
|
|||
pip install --force-reinstall pylint black==19.10b0 Sphinx sphinx-rtd-theme
|
||||
- name: Library version
|
||||
run: git describe --dirty --always --tags
|
||||
- name: Check formatting
|
||||
run: |
|
||||
black --check --target-version=py35 .
|
||||
- name: PyLint
|
||||
run: |
|
||||
pylint $( find . -path './adafruit*.py' )
|
||||
|
|
Loading…
Reference in a new issue