You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-29 14:01:15 +03:00
Add CI workflow to lint and check formatting of Python files
On every push and pull request that affects relevant files, run flake8 to check the Python files of the repository for issues and black to check formatting. The .flake8 file is used to configure flake8: https://flake8.pycqa.org/en/latest/user/configuration.html
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
[](https://github.com/arduino/library-registry/actions/workflows/check-registry.yml)
|
||||
[](https://github.com/arduino/library-registry/actions/workflows/test-go-integration-task.yml)
|
||||
[](https://github.com/arduino/library-registry/actions/workflows/check-python-task.yml)
|
||||
[](https://github.com/arduino/library-registry/actions/workflows/check-general-formatting-task.yml)
|
||||
|
||||
This branch contains the generated source file for the Arduino Library Manager index. If you want to add a library to
|
||||
|
Reference in New Issue
Block a user