Add black and isort to linting action.

This commit is contained in:
Mikael CAPELLE
2023-07-10 09:19:14 +02:00
parent d7c109c344
commit 0ee795ac6a
+5
View File
@@ -10,3 +10,8 @@ jobs:
with:
clang-format-version: "15"
check-path: "."
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: isort/isort-action@master
- uses: psf/black@stable