mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Add black and isort to linting action.
This commit is contained in:
@@ -10,3 +10,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
clang-format-version: "15"
|
clang-format-version: "15"
|
||||||
check-path: "."
|
check-path: "."
|
||||||
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
|
- uses: isort/isort-action@master
|
||||||
|
- uses: psf/black@stable
|
||||||
|
|||||||
Reference in New Issue
Block a user